From 1d065b601cbf2d017fa946b64269cd0e7b5026fa Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 31 Jul 2012 18:50:53 +0300 Subject: DLL fixes for windows; fixes #175 --- lib/system.nim | 1 - lib/system/threads.nim | 1 - 2 files changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/system.nim b/lib/system.nim index 84a3034f0..64a70b61b 100755 --- a/lib/system.nim +++ b/lib/system.nim @@ -1935,7 +1935,6 @@ when not defined(EcmaScript) and not defined(NimrodVM): include "system/syslocks" include "system/threads" elif not defined(nogc): - initStackBottom() initGC() proc setControlCHook*(hook: proc () {.noconv.}) diff --git a/lib/system/threads.nim b/lib/system/threads.nim index 7a60404ac..6b1fd2178 100755 --- a/lib/system/threads.nim +++ b/lib/system/threads.nim @@ -203,7 +203,6 @@ when not defined(useNimRtl): when not useStackMaskHack: var mainThread: TGcThread ThreadVarSetValue(globalsSlot, addr(mainThread)) - initStackBottom() initGC() when emulatedThreadVars: -- cgit 1.4.1-2-gfad0