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