diff options
Diffstat (limited to 'tests/sti_8.c')
-rw-r--r-- | tests/sti_8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sti_8.c b/tests/sti_8.c index d6459a3..f5aebad 100644 --- a/tests/sti_8.c +++ b/tests/sti_8.c @@ -16,7 +16,7 @@ int main(int argc, char *argv[]) ejit_sti_8(f, EJIT_GPR(0), &data[1]); ejit_ret(f); - ejit_select_compile_func(f, 1, 0, EJIT_USE64(int8_t), do_jit); + ejit_select_compile_func(f, 1, 0, EJIT_USE64(int8_t), do_jit, true); assert(data[0] == 0x12); assert(data[1] == 0x00); |