mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 07:43:26 +00:00
Merge pull request #2413 from def-/fix-gcusebitvectors
Fix proc call in gc_ms
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