This commit is contained in:
ringabout
2026-03-03 17:23:36 +08:00
parent 0bba7d1e60
commit 8a5c8522cb

View File

@@ -59,9 +59,9 @@ else:
when trackAllocationSource:
filename: cstring
line: int
elif useCellIds:
when useCellIds:
id: int
elif sizeof(int) == 4: # 32-bit only
when (not trackAllocationSource) and (not useCellIds) and sizeof(int) == 4: # 32-bit only
headerAlignPad: array[8, byte] # so addr(data) ≡ 8 (mod 16)
PCell = ptr Cell