diff options
Diffstat (limited to 'tests/bler.c')
-rw-r--r-- | tests/bler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bler.c b/tests/bler.c index bd7abf0..0e18e4b 100644 --- a/tests/bler.c +++ b/tests/bler.c @@ -19,7 +19,7 @@ int main(int argc, char *argv[]) ejit_patch(f, r, l); ejit_reti(f, 1); - 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( 0, long), EJIT_ARG( 0, long)) == 1); assert(erfi2(f, EJIT_ARG( 0, long), EJIT_ARG( 1, long)) == 1); |