aboutsummaryrefslogtreecommitdiff
path: root/tests/ldi_u16.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ldi_u16.c')
-rw-r--r--tests/ldi_u16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ldi_u16.c b/tests/ldi_u16.c
index 7e75e30..88478ff 100644
--- a/tests/ldi_u16.c
+++ b/tests/ldi_u16.c
@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
ejit_ldi_u16(f, EJIT_GPR(0), data);
ejit_retr(f, EJIT_GPR(0));
- ejit_select_compile_func(f, 1, 0, EJIT_USE64(unsigned long), do_jit);
+ ejit_select_compile_func(f, 1, 0, EJIT_USE64(unsigned long), do_jit, true);
assert(ejit_run_func_i(f, 0, NULL) == data[0]);