aboutsummaryrefslogtreecommitdiff
path: root/tests/escapei_float.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/escapei_float.c')
-rw-r--r--tests/escapei_float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/escapei_float.c b/tests/escapei_float.c
index f0fd052..7a1b923 100644
--- a/tests/escapei_float.c
+++ b/tests/escapei_float.c
@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
ejit_retval_f(f, EJIT_FPR(0));
ejit_retr_f(f, EJIT_FPR(0));
- ejit_select_compile_func(f, 2, 1, false, do_jit);
+ ejit_select_compile_func(f, 2, 1, false, do_jit, true);
float d = 22.0f;
int32_t i = 20;