summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-07-31 18:50:53 +0300
committerZahary Karadjov <zahary@gmail.com>2012-07-31 18:59:44 +0300
commit1d065b601cbf2d017fa946b64269cd0e7b5026fa (patch)
tree394d650959b81c29bb197b46f01d0fa218788a65 /lib
parent674c05f426d586deba1401270f78b74c22c540bc (diff)
downloadNim-1d065b601cbf2d017fa946b64269cd0e7b5026fa.tar.gz
DLL fixes for windows; fixes #175
Diffstat (limited to 'lib')
-rwxr-xr-xlib/system.nim1
-rwxr-xr-xlib/system/threads.nim1
2 files changed, 0 insertions, 2 deletions
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: