diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-02-17 14:52:02 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-02-17 14:52:02 +0100 |
commit | 8ec5c01cae61a727159ddfd0ea7c781d10be9f83 (patch) | |
tree | 4dd7c6ea7878c9d4af919d7fada4f0fda09f0b82 /lib/system/mmdisp.nim | |
parent | 0fa2ed30e0ee5bbe1442ceae01759786a82e85f9 (diff) | |
download | Nim-8ec5c01cae61a727159ddfd0ea7c781d10be9f83.tar.gz |
further progress on --gc:v2
Diffstat (limited to 'lib/system/mmdisp.nim')
-rw-r--r-- | lib/system/mmdisp.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/mmdisp.nim b/lib/system/mmdisp.nim index 2e0fecd49..1e85853d1 100644 --- a/lib/system/mmdisp.nim +++ b/lib/system/mmdisp.nim @@ -514,7 +514,7 @@ else: include "system/alloc" include "system/cellsets" - when not leakDetector: + when not leakDetector and not useCellIds: sysAssert(sizeof(Cell) == sizeof(FreeCell), "sizeof FreeCell") when compileOption("gc", "v2"): include "system/gc2" |