diff options
Diffstat (limited to 'tests/jmp0.c')
-rw-r--r-- | tests/jmp0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jmp0.c b/tests/jmp0.c index 4157c9f..5aa227c 100644 --- a/tests/jmp0.c +++ b/tests/jmp0.c @@ -16,7 +16,7 @@ int main(int argc, char *argv[]) ejit_patch(f, r, l); ejit_retr(f, EJIT_GPR(0)); - ejit_select_compile_func(f, 1, 0, EJIT_USE64(long), do_jit); + ejit_select_compile_func(f, 1, 0, EJIT_USE64(long), do_jit, true); assert(erfi1(f, EJIT_ARG(42, long)) == 42); assert(erfi1(f, EJIT_ARG(-1, long)) == -1); |