diff options
author | Araq <rumpf_a@web.de> | 2012-08-02 23:21:58 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-08-02 23:21:58 +0200 |
commit | 3c50794a087b3135e01fd9a088e644c623dfcdb5 (patch) | |
tree | 2fa3591b32a0da169b0d11e69a01faa23b7fb7a1 /lib/system.nim | |
parent | e2359aba44e90e22bce5069a91a53758a87dfa06 (diff) | |
download | Nim-3c50794a087b3135e01fd9a088e644c623dfcdb5.tar.gz |
keep initStackBottom calls please
Diffstat (limited to 'lib/system.nim')
-rwxr-xr-x | lib/system.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system.nim b/lib/system.nim index 64a70b61b..f3e7c525a 100755 --- a/lib/system.nim +++ b/lib/system.nim @@ -1935,6 +1935,7 @@ when not defined(EcmaScript) and not defined(NimrodVM): include "system/syslocks" include "system/threads" elif not defined(nogc): + when not defined(useNimRtl) and not defined(createNimRtl): initStackBottom() initGC() proc setControlCHook*(hook: proc () {.noconv.}) |