mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
Properly initialize the stack with emulated thread variables.
This commit is contained in:
@@ -1061,8 +1061,7 @@ proc genMainProc(m: BModule) =
|
||||
gBreakpoints.app(m.genFilenames)
|
||||
|
||||
let initStackBottomCall =
|
||||
if emulatedThreadVars() or
|
||||
platform.targetOS == osStandalone: "".toRope
|
||||
if platform.targetOS == osStandalone: "".toRope
|
||||
else: ropecg(m, "\t#initStackBottomWith((void *)&inner);$N")
|
||||
inc(m.labels)
|
||||
appcg(m, m.s[cfsProcs], PreMainBody, [
|
||||
|
||||
Reference in New Issue
Block a user