reactos/reactos/lib/sdk
Timo Kreuzer febee0a7a2 [CRT]
setjmp is a macro expanding to _setjmp or _setjmpex. In soviet russia and on ARM builds, the compiler will convert invocation of _setjmp back into a call to setjmp. The compiler handles _setjmp and _setjmpex in the same way, generating code where r0 points to the jump_buf and r1 points to the current functions stack frame (sp on function entry). So make setjmp and _setjmp aliases to _setjmpex and make the latter use r1.

svn path=/trunk/; revision=67729
2015-05-14 21:52:45 +00:00
..
comsupp [CMAKE] 2014-10-17 23:28:29 +00:00
cpprt [CRT/CPPRT] 2015-05-14 20:20:31 +00:00
crt [CRT] 2015-05-14 21:52:45 +00:00
delayimp Add a large number of missing newlines at the end of text files. 2013-02-17 15:06:22 +00:00
dxguid [DX10GUID] 2014-10-01 11:03:51 +00:00
ioevent * Rbuild, our build system, has served us well so far, but its usefulness has since been vastly overshadowed by its awfulness. It's time to fix it. 2012-02-25 17:23:37 +00:00
nt [URTL]: Fix whitespace plus misspelling. 2014-11-21 02:35:38 +00:00
runtmchk [RunTmChk] 2014-10-18 21:22:52 +00:00
scrnsave [USER32][SCRNSAVE] 2014-10-11 12:34:25 +00:00
strmiids * Rbuild, our build system, has served us well so far, but its usefulness has since been vastly overshadowed by its awfulness. It's time to fix it. 2012-02-25 17:23:37 +00:00
uuid [UUID] 2013-10-05 20:39:50 +00:00
wdmguid * Rbuild, our build system, has served us well so far, but its usefulness has since been vastly overshadowed by its awfulness. It's time to fix it. 2012-02-25 17:23:37 +00:00
CMakeLists.txt [RunTmChk] 2014-10-15 21:54:12 +00:00