summary refs log tree commit diff stats
path: root/lib/system/timers.nim
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-08-17 00:34:27 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-17 00:34:27 +0200
commitac0f5c83ca0d2dba96827f07b9d7a99c107144e7 (patch)
tree4f4d8a63421a2c829ee310967c9216f9250e0ff1 /lib/system/timers.nim
parentaf037546b0b8fb77a9bd33c6f75f6c7c216fa9bb (diff)
downloadNim-ac0f5c83ca0d2dba96827f07b9d7a99c107144e7.tar.gz
Fixes 8535 (#8591)
* Goodbye postInitProc

* Give preInitProc its own scope

Avoid any conflict between the variables introduced by preInitProc and
initProc since both are codegen'd in the same function body.

* Fix codegen for global var init in emulated TLS

Fixes #8535

* Add test for #8535

* Keep a bogus stack frame around

* Remove more dead code
Diffstat (limited to 'lib/system/timers.nim')
0 files changed, 0 insertions, 0 deletions