From 0bba7d1e60067fc31ed0e060cb2e72214e1d4ab5 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:16:37 +0800 Subject: [PATCH] progress --- lib/system/cellsets.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system/cellsets.nim b/lib/system/cellsets.nim index 07bf440753..249dd522cf 100644 --- a/lib/system/cellsets.nim +++ b/lib/system/cellsets.nim @@ -61,7 +61,7 @@ else: line: int elif useCellIds: id: int - elif defined(cpu32): + elif sizeof(int) == 4: # 32-bit only headerAlignPad: array[8, byte] # so addr(data) ≡ 8 (mod 16) PCell = ptr Cell