summary refs log tree commit diff stats
path: root/lib/system/mmdisp.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-10-01 08:44:09 +0200
committerAraq <rumpf_a@web.de>2013-10-01 08:44:09 +0200
commit1a792d46d0bdcdf16fa928a45aca65afbde7921d (patch)
tree9c4ce85abb43c0142d3fb3456dd8a6f34cf7ef6d /lib/system/mmdisp.nim
parent7a2fad1e35d7f0c53cfb779240804a794a161e07 (diff)
downloadNim-1a792d46d0bdcdf16fa928a45aca65afbde7921d.tar.gz
first version of the debug GC; doesn't work yet
Diffstat (limited to 'lib/system/mmdisp.nim')
-rw-r--r--lib/system/mmdisp.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/mmdisp.nim b/lib/system/mmdisp.nim
index 9f37e95c1..c9801abad 100644
--- a/lib/system/mmdisp.nim
+++ b/lib/system/mmdisp.nim
@@ -313,7 +313,7 @@ else:
     # XXX use 'compileOption' here
     include "system/gc_ms"
   elif defined(gcGenerational):
-    include "system/gc_genms"
+    include "system/gc"
   else:
     include "system/gc"