mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
Fix proc call in gc_ms
This fixes compilation with --gc:markandsweep -d:gcUseBitvectors
This commit is contained in:
@@ -165,7 +165,7 @@ proc initGC() =
|
||||
init(gch.tempStack)
|
||||
init(gch.additionalRoots)
|
||||
when withBitvectors:
|
||||
Init(gch.allocated)
|
||||
init(gch.allocated)
|
||||
init(gch.marked)
|
||||
|
||||
var
|
||||
|
||||
Reference in New Issue
Block a user