aboutsummaryrefslogtreecommitdiff
path: root/tests/andi.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/andi.c')
-rw-r--r--tests/andi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/andi.c b/tests/andi.c
index c8fa277..c7dc71d 100644
--- a/tests/andi.c
+++ b/tests/andi.c
@@ -15,7 +15,7 @@ int main(int argc, char *argv[])
ejit_andi(f, EJIT_GPR(0), EJIT_GPR(0), 1);
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(0x7fffffff, long)) == 1);
assert(erfi1(f, EJIT_ARG(0x80000000, long)) == 0);