diff options
Diffstat (limited to 'lib/system')
-rwxr-xr-x | lib/system/threads.nim | 1 |
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: |