diff options
Diffstat (limited to 'tests/ldxi_f.c')
-rw-r--r-- | tests/ldxi_f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ldxi_f.c b/tests/ldxi_f.c index ac5cddc..5433cd6 100644 --- a/tests/ldxi_f.c +++ b/tests/ldxi_f.c @@ -17,7 +17,7 @@ int main(int argc, char *argv[]) ejit_ldxi_f(f, EJIT_FPR(0), EJIT_GPR(0), (uintptr_t)data); ejit_retr_f(f, EJIT_FPR(0)); - ejit_select_compile_func(f, 1, 1, EJIT_USE64(long), do_jit); + ejit_select_compile_func(f, 1, 1, EJIT_USE64(long), do_jit, true); assert(erff1(f, EJIT_ARG(sizeof(float) * 0, long)) == data[0]); assert(erff1(f, EJIT_ARG(sizeof(float) * 1, long)) == data[1]); |