aboutsummaryrefslogtreecommitdiff
path: root/tests/ltr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ltr.c')
-rw-r--r--tests/ltr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ltr.c b/tests/ltr.c
index 9f6259b..39d05ba 100644
--- a/tests/ltr.c
+++ b/tests/ltr.c
@@ -16,7 +16,7 @@ int main(int argc, char *argv[])
ejit_ltr(f, EJIT_GPR(0), EJIT_GPR(0), EJIT_GPR(1));
ejit_retr(f, EJIT_GPR(0));
- ejit_select_compile_func(f, 2, 0, EJIT_USE64(long), do_jit);
+ ejit_select_compile_func(f, 2, 0, EJIT_USE64(long), do_jit, true);
assert(erfi2(f, EJIT_ARG(1, long), EJIT_ARG(1, long)) == 0);
assert(erfi2(f, EJIT_ARG(1, long), EJIT_ARG(0, long)) == 0);