aboutsummaryrefslogtreecommitdiff
path: root/tests/jmp_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jmp_table.c')
-rw-r--r--tests/jmp_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jmp_table.c b/tests/jmp_table.c
index 948bb74..5f5c7b6 100644
--- a/tests/jmp_table.c
+++ b/tests/jmp_table.c
@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
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);
for (int i = -2; i < ((int) NTARGETS) + 2; i++) {
if (i < 0) {