diff options
Diffstat (limited to 'tests/ler_f.c')
-rw-r--r-- | tests/ler_f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ler_f.c b/tests/ler_f.c index e7fb9af..ca23663 100644 --- a/tests/ler_f.c +++ b/tests/ler_f.c @@ -16,7 +16,7 @@ int main(int argc, char *argv[]) ejit_ler_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(float), do_jit); + ejit_select_compile_func(f, 1, 2, EJIT_USE64(float), 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); |