summaryrefslogtreecommitdiff
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 eca50f3..36e5317 100644
--- a/cpu.sym
+++ b/cpu.sym
@@ -25,6 +25,9 @@
expr sizeof(integer_t) word_size
expr sizeof(integer_t)*8 word_size_in_bits
+expr sizeof(int) sizeof_int
+expr sizeof(char) sizeof_char
+expr sizeof(short) sizeof_short
expr sizeof(void*) sizeof_pointer
expr sizeof(mach_msg_header_t) sizeof_mach_msg_header_t
expr sizeof(mach_msg_type_t) sizeof_mach_msg_type_t