summaryrefslogtreecommitdiff
path: root/cpu.sym
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-06-09 23:30:36 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-06-09 23:30:36 +0200
commit3f4b0062963fca5d90fc65c1d7912ecdc21a8fed (patch)
treeb80b62779d28ccf35b3bb5331d2b2136187029f1 /cpu.sym
parent792b87f8d8a9c0b925e8cab825928251fb155fb3 (diff)
Fix aligning 64b types in structuresHEADmaster
Diffstat (limited to 'cpu.sym')
-rw-r--r--cpu.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu.sym b/cpu.sym
index 1ac2fae..ac2ff40 100644
--- a/cpu.sym
+++ b/cpu.sym
@@ -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