diff options
Diffstat (limited to 'tests/bnei.c')
-rw-r--r-- | tests/bnei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bnei.c b/tests/bnei.c index 449c8b7..288238e 100644 --- a/tests/bnei.c +++ b/tests/bnei.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, 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( 0, long)) == 0); assert(erfi1(f, EJIT_ARG( 1, long)) == 1); |