aboutsummaryrefslogtreecommitdiff
path: root/tests/eqr_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/eqr_f.c')
-rw-r--r--tests/eqr_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/eqr_f.c b/tests/eqr_f.c
index 95c9b0e..9559773 100644
--- a/tests/eqr_f.c
+++ b/tests/eqr_f.c
@@ -16,7 +16,7 @@ int main(int argc, char *argv[])
ejit_eqr_f(f, EJIT_GPR(0), EJIT_FPR(0), EJIT_FPR(1));
ejit_retr(f, EJIT_GPR(0));
- ejit_select_compile_func(f, 1, 2, EJIT_USE64(long), do_jit);
+ ejit_select_compile_func(f, 1, 2, EJIT_USE64(long), do_jit, true);
assert(erfi2(f, EJIT_ARG(1, float), EJIT_ARG(1, float)) == 1);
assert(erfi2(f, EJIT_ARG(1, float), EJIT_ARG(0, float)) == 0);