aboutsummaryrefslogtreecommitdiff
path: root/tests/sti_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sti_32.c')
-rw-r--r--tests/sti_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sti_32.c b/tests/sti_32.c
index 667bfd7..451f15e 100644
--- a/tests/sti_32.c
+++ b/tests/sti_32.c
@@ -16,7 +16,7 @@ int main(int argc, char *argv[])
ejit_sti_32(f, EJIT_GPR(0), &data[1]);
ejit_ret(f);
- ejit_select_compile_func(f, 1, 0, EJIT_USE64(int32_t), do_jit);
+ ejit_select_compile_func(f, 1, 0, EJIT_USE64(int32_t), do_jit, true);
assert(data[0] == 0x12121212);
assert(data[1] == 0x00);