aboutsummaryrefslogtreecommitdiff
path: root/tests/stxi_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stxi_d.c')
-rw-r--r--tests/stxi_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stxi_d.c b/tests/stxi_d.c
index 48e7b91..9d79402 100644
--- a/tests/stxi_d.c
+++ b/tests/stxi_d.c
@@ -17,7 +17,7 @@ int main(int argc, char *argv[])
ejit_stxi_d(f, EJIT_FPR(0), EJIT_GPR(0), (uintptr_t)data);
ejit_ret(f);
- ejit_select_compile_func(f, 1, 1, EJIT_USE64(double) | EJIT_USE64(uintptr_t), do_jit);
+ ejit_select_compile_func(f, 1, 1, EJIT_USE64(double) | EJIT_USE64(uintptr_t), do_jit, true);
assert(data[0] == -1.0f);
assert(data[1] == 0.0f);