aboutsummaryrefslogtreecommitdiff
path: root/tests/test-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-syscalls.c')
-rw-r--r--tests/test-syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-syscalls.c b/tests/test-syscalls.c
index 63c2690a..fbfecd9c 100644
--- a/tests/test-syscalls.c
+++ b/tests/test-syscalls.c
@@ -34,7 +34,7 @@ static struct {
mach_port_t task;
integer_t exception;
integer_t code;
- integer_t subcode;
+ long_integer_t subcode;
} last_exc;
kern_return_t catch_exception_raise(mach_port_t exception_port,
mach_port_t thread, mach_port_t task,