diff options
Diffstat (limited to 'tests/syscalls.S')
-rw-r--r-- | tests/syscalls.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/syscalls.S b/tests/syscalls.S index df9c9bc0..b1e18aa8 100644 --- a/tests/syscalls.S +++ b/tests/syscalls.S @@ -2,3 +2,5 @@ #include <mach/syscall_sw.h> kernel_trap(invalid_syscall,-31,0) + + .section .note.GNU-stack,"",%progbits |