diff options
Diffstat (limited to 'tests/extr_u32.c')
-rw-r--r-- | tests/extr_u32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extr_u32.c b/tests/extr_u32.c index ba4c391..bb12507 100644 --- a/tests/extr_u32.c +++ b/tests/extr_u32.c @@ -15,7 +15,7 @@ int main(int argc, char *argv[]) ejit_retr(f, EJIT_GPR(0)); /* true since extr_u32 only exists on 64bit arches */ - ejit_select_compile_func(f, 2, 0, true, do_jit); + ejit_select_compile_func(f, 2, 0, true, do_jit, true); assert(erfi1(f, EJIT_ARG(0, long)) == 0); assert(erfi1(f, EJIT_ARG(1, long)) == 1); |