summary refs log tree commit diff stats
path: root/lib/system
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-08-02 23:21:58 +0200
committerAraq <rumpf_a@web.de>2012-08-02 23:21:58 +0200
commit3c50794a087b3135e01fd9a088e644c623dfcdb5 (patch)
tree2fa3591b32a0da169b0d11e69a01faa23b7fb7a1 /lib/system
parente2359aba44e90e22bce5069a91a53758a87dfa06 (diff)
downloadNim-3c50794a087b3135e01fd9a088e644c623dfcdb5.tar.gz
keep initStackBottom calls please
Diffstat (limited to 'lib/system')
-rwxr-xr-xlib/system/threads.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system/threads.nim b/lib/system/threads.nim
index 6b1fd2178..87411c935 100755
--- a/lib/system/threads.nim
+++ b/lib/system/threads.nim
@@ -203,6 +203,7 @@ when not defined(useNimRtl):
   when not useStackMaskHack:
     var mainThread: TGcThread
     ThreadVarSetValue(globalsSlot, addr(mainThread))
+    when not defined(createNimRtl): initStackBottom()
     initGC()
     
   when emulatedThreadVars: