summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-06-18 22:35:48 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-06-18 22:36:43 +0200
commit88b859c0d1a377d584bda4fb74846ec19a7b958f (patch)
treee577ccb6ae327753924f9cfa0ee9928108a9d65b
parent2d23787c4800ce513a726c37afaba781ae891593 (diff)
cpu.sym: Add more C typesv1.8+git20200618
* cpu.sym: Add sizeof_long, sizeof_float, sizeof_double.
-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