aboutsummaryrefslogtreecommitdiff
path: root/cpu.sym
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.sym')
-rw-r--r--cpu.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu.sym b/cpu.sym
index 5e34074..6bcb878 100644
--- a/cpu.sym
+++ b/cpu.sym
@@ -30,6 +30,7 @@
* Fetch values from the Mach header.
*/
#include <mach/message.h>
+#include <stdint.h>
/*
* Known values for the msgt_name field.
@@ -103,6 +104,8 @@ expr sizeof(int) sizeof_int
expr sizeof(long) sizeof_long
expr sizeof(float) sizeof_float
expr sizeof(double) sizeof_double
+expr sizeof(uintptr_t) sizeof_uintptr_t
+expr sizeof(intptr_t) sizeof_intptr_t
expr sizeof(mach_msg_header_t) sizeof_mach_msg_header_t
expr sizeof(mach_msg_type_long_t) sizeof_mach_msg_type_long_t
expr sizeof(mach_msg_type_t) sizeof_mach_msg_type_t