aboutsummaryrefslogtreecommitdiff
path: root/tests/movr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/movr.c')
-rw-r--r--tests/movr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/movr.c b/tests/movr.c
index cfaaa65..5a7404a 100644
--- a/tests/movr.c
+++ b/tests/movr.c
@@ -12,7 +12,7 @@ int main(int argc, char *argv[])
struct ejit_func *f = ejit_create_func(EJIT_TYPE(int), 1, operands);
ejit_movr(f, EJIT_GPR(1), EJIT_GPR(0));
ejit_retr(f, EJIT_GPR(1));
- ejit_select_compile_func(f, 2, 0, EJIT_USE64(int), do_jit);
+ ejit_select_compile_func(f, 2, 0, EJIT_USE64(int), do_jit, true);
assert(erfi1(f, EJIT_ARG(42, int)) == 42);
ejit_destroy_func(f);