From 450c2c528779420c591489a561c08c008d2a8a7a Mon Sep 17 00:00:00 2001 From: def Date: Thu, 26 Mar 2015 01:12:45 +0100 Subject: Fix proc call in gc_ms This fixes compilation with --gc:markandsweep -d:gcUseBitvectors --- lib/system/gc_ms.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system/gc_ms.nim b/lib/system/gc_ms.nim index 12eb97b1e..e287bf5d9 100644 --- a/lib/system/gc_ms.nim +++ b/lib/system/gc_ms.nim @@ -165,7 +165,7 @@ proc initGC() = init(gch.tempStack) init(gch.additionalRoots) when withBitvectors: - Init(gch.allocated) + init(gch.allocated) init(gch.marked) var -- cgit 1.4.1-2-gfad0