aboutsummaryrefslogtreecommitdiff
path: root/tests/extr_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extr_32.c')
-rw-r--r--tests/extr_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extr_32.c b/tests/extr_32.c
index 673e7aa..0690863 100644
--- a/tests/extr_32.c
+++ b/tests/extr_32.c
@@ -15,7 +15,7 @@ int main(int argc, char *argv[])
ejit_retr(f, EJIT_GPR(0));
/* true since extr_32 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);