Merge pull request #2413 from def-/fix-gcusebitvectors

Fix proc call in gc_ms
This commit is contained in:
Andreas Rumpf
2015-03-26 02:19:33 +01:00

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