diff options
Diffstat (limited to 'tests/syscalls.S')
-rw-r--r-- | tests/syscalls.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/syscalls.S b/tests/syscalls.S new file mode 100644 index 0000000..df9c9bc --- /dev/null +++ b/tests/syscalls.S @@ -0,0 +1,4 @@ + + #include <mach/syscall_sw.h> + + kernel_trap(invalid_syscall,-31,0) |