aboutsummaryrefslogtreecommitdiff
path: root/tests/callee_9.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/callee_9.c')
-rw-r--r--tests/callee_9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/callee_9.c b/tests/callee_9.c
index 5ef5938..46dc66a 100644
--- a/tests/callee_9.c
+++ b/tests/callee_9.c
@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
ejit_retr(f, EJIT_GPR(0));
- ejit_select_compile_func(f, 6, 3, EJIT_USE64(long), do_jit);
+ ejit_select_compile_func(f, 6, 3, EJIT_USE64(long), do_jit, true);
struct args in = { 0, 1, 2, 3, 4, 5, 6, 7 };
struct args out;