diff options
author | Araq <rumpf_a@web.de> | 2014-04-07 23:28:29 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-07 23:28:29 +0200 |
commit | 42a8ab34f1eeda9e7ab728b78a27954209ac1ed1 (patch) | |
tree | 237a27aee643220f3d72150ac36a10824c4cdece /lib/system/mmdisp.nim | |
parent | 3197ec8e7289fc0861af05f8ecc357b54099f702 (diff) | |
download | Nim-42a8ab34f1eeda9e7ab728b78a27954209ac1ed1.tar.gz |
preparations for easier debugging
Diffstat (limited to 'lib/system/mmdisp.nim')
-rw-r--r-- | lib/system/mmdisp.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system/mmdisp.nim b/lib/system/mmdisp.nim index d060cc9a8..a09b6cf93 100644 --- a/lib/system/mmdisp.nim +++ b/lib/system/mmdisp.nim @@ -30,6 +30,7 @@ const coalescRight = true coalescLeft = true logAlloc = false + useCellIds = defined(corruption) type PPointer = ptr pointer |