summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpu.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu.sym b/cpu.sym
index b7998d7..fcf6241 100644
--- a/cpu.sym
+++ b/cpu.sym
@@ -100,6 +100,9 @@ expr sizeof(void*) sizeof_pointer
expr sizeof(char) sizeof_char
expr sizeof(short) sizeof_short
expr sizeof(int) sizeof_int
+expr sizeof(long) sizeof_long
+expr sizeof(float) sizeof_float
+expr sizeof(double) sizeof_double
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