summary refs log tree commit diff stats
path: root/lib/system/mmdisp.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-12-03 17:21:35 +0100
committerAraq <rumpf_a@web.de>2011-12-03 17:21:35 +0100
commitc8d270268a89b172cc039a793bc56256dc334dca (patch)
treecbba9f2a8c9ceaead13b9c4058caf1f28f0d716f /lib/system/mmdisp.nim
parent9e5aee62a4c233c870187a19a0479cc8ab7ceeb7 (diff)
downloadNim-c8d270268a89b172cc039a793bc56256dc334dca.tar.gz
bugfixes for .rod files and visual C++
Diffstat (limited to 'lib/system/mmdisp.nim')
-rwxr-xr-xlib/system/mmdisp.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/mmdisp.nim b/lib/system/mmdisp.nim
index 7e0490747..fa257cd9a 100755
--- a/lib/system/mmdisp.nim
+++ b/lib/system/mmdisp.nim
@@ -207,7 +207,7 @@ else:
   include "system/alloc"
 
   include "system/cellsets"
-  sysAssert(sizeof(TCell) == sizeof(TFreeCell))
+  sysAssert(sizeof(TCell) == sizeof(TFreeCell), "sizeof TFreeCell")
   include "system/gc"
   
 {.pop.}