diff options
Diffstat (limited to 'tests/negr.c')
-rw-r--r-- | tests/negr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/negr.c b/tests/negr.c index 4528897..371f42c 100644 --- a/tests/negr.c +++ b/tests/negr.c @@ -14,7 +14,7 @@ int main(int argc, char *argv[]) ejit_negr(f, EJIT_GPR(0), EJIT_GPR(0)); ejit_retr(f, EJIT_GPR(0)); - ejit_select_compile_func(f, 1, 0, EJIT_USE64(int64_t), do_jit); + ejit_select_compile_func(f, 1, 0, EJIT_USE64(int64_t), do_jit, true); assert(erfl1(f, EJIT_ARG(0, int64_t)) == 0); assert(erfl1(f, EJIT_ARG(1, int64_t)) == (int64_t)0xffffffffffffffff); |