diff options
Diffstat (limited to 'tests/stxr_f.c')
-rw-r--r-- | tests/stxr_f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stxr_f.c b/tests/stxr_f.c index c165563..8441e06 100644 --- a/tests/stxr_f.c +++ b/tests/stxr_f.c @@ -18,7 +18,7 @@ int main(int argc, char *argv[]) ejit_stxr_f(f, EJIT_FPR(0), EJIT_GPR(0), EJIT_GPR(1)); ejit_ret(f); - ejit_select_compile_func(f, 2, 1, EJIT_USE64(void *), do_jit); + ejit_select_compile_func(f, 2, 1, EJIT_USE64(void *), do_jit, true); assert(data[0] == -1.0); assert(data[1] == 0.0); |