Fix proc call in gc_ms

This fixes compilation with --gc:markandsweep -d:gcUseBitvectors
This commit is contained in:
def
2015-03-26 01:12:45 +01:00
parent e680e43fc2
commit 450c2c5287

View File

@@ -165,7 +165,7 @@ proc initGC() =
init(gch.tempStack)
init(gch.additionalRoots)
when withBitvectors:
Init(gch.allocated)
init(gch.allocated)
init(gch.marked)
var