diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-06-09 23:30:36 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-06-09 23:30:36 +0200 |
commit | 3f4b0062963fca5d90fc65c1d7912ecdc21a8fed (patch) | |
tree | b80b62779d28ccf35b3bb5331d2b2136187029f1 /cpu.sym | |
parent | 792b87f8d8a9c0b925e8cab825928251fb155fb3 (diff) |
Diffstat (limited to 'cpu.sym')
-rw-r--r-- | cpu.sym | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ expr sizeof(char) sizeof_char expr sizeof(short) sizeof_short expr sizeof(int) sizeof_int expr sizeof(long) sizeof_long +expr sizeof(int64_t) sizeof_int64_t expr sizeof(float) sizeof_float expr sizeof(double) sizeof_double expr sizeof(uintptr_t) sizeof_uintptr_t |