diff options
Diffstat (limited to 'tests/ner.c')
-rw-r--r-- | tests/ner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ner.c b/tests/ner.c index 3aa8540..3a3aa3d 100644 --- a/tests/ner.c +++ b/tests/ner.c @@ -16,7 +16,7 @@ int main(int argc, char *argv[]) ejit_ner(f, EJIT_GPR(0), EJIT_GPR(0), EJIT_GPR(1)); ejit_retr(f, EJIT_GPR(0)); - ejit_select_compile_func(f, 2, 0, EJIT_USE64(int64_t), do_jit); + ejit_select_compile_func(f, 2, 0, EJIT_USE64(int64_t), do_jit, true); assert(erfl2(f, EJIT_ARG(1, int64_t), EJIT_ARG(1, int64_t)) == 0); assert(erfl2(f, EJIT_ARG(1, int64_t), EJIT_ARG(0, int64_t)) == 1); |