From 2a2d096b61262c2059ea022379869b9c4a70eafa Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 14 Mar 2025 22:33:57 +0200 Subject: protect jit pages --- tests/jmp_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/jmp_table.c') 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) { -- cgit v1.2.3