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