aboutsummaryrefslogtreecommitdiff
path: root/tests/jmp_table.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-03-14 22:33:57 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-03-14 23:17:04 +0200
commit2a2d096b61262c2059ea022379869b9c4a70eafa (patch)
tree42f0c6a53506f613f1441a9f206e756dbae3afa7 /tests/jmp_table.c
parentf5c729ea59d227a507f83bd94d07f4366b46d72b (diff)
downloadejit-2a2d096b61262c2059ea022379869b9c4a70eafa.tar.gz
ejit-2a2d096b61262c2059ea022379869b9c4a70eafa.zip
protect jit pages
Diffstat (limited to 'tests/jmp_table.c')
-rw-r--r--tests/jmp_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jmp_table.c b/tests/jmp_table.c
index 948bb74..5f5c7b6 100644
--- a/tests/jmp_table.c
+++ b/tests/jmp_table.c
@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
ejit_retr(f, EJIT_GPR(0));
- ejit_select_compile_func(f, 2, 0, EJIT_USE64(long), do_jit);
+ ejit_select_compile_func(f, 2, 0, EJIT_USE64(long), do_jit, true);
for (int i = -2; i < ((int) NTARGETS) + 2; i++) {
if (i < 0) {