From 8a5c8522cbefd5e76c02e813404f423e834d066f Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:23:36 +0800 Subject: [PATCH] oops --- lib/system/cellsets.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/system/cellsets.nim b/lib/system/cellsets.nim index 249dd522cf..641a80b3ef 100644 --- a/lib/system/cellsets.nim +++ b/lib/system/cellsets.nim @@ -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