summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-08-02 23:16:17 +0200
committerAraq <rumpf_a@web.de>2012-08-02 23:16:17 +0200
commite2359aba44e90e22bce5069a91a53758a87dfa06 (patch)
treee69839103ed2ba72657247761054fa080795ed0c /lib
parent7d6500f1de19379cdfc9c6f8a05d43781cf32291 (diff)
parent0aced03c055f07a67a90ba3fa26f108cecb66cbb (diff)
downloadNim-e2359aba44e90e22bce5069a91a53758a87dfa06.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
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: