This website requires JavaScript.
Explore
Help
Sign In
ApfelTeeSaft
/
reactos
Watch
1
Star
0
Fork
0
mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced
2026-08-28 12:23:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
87ee9dfafb63a0aeb1fc7799effe2d71b5893549
reactos
/
reactos
/
lib
/
pseh
T
History
KJK::Hyperion
f5b60bc69e
longjmp should restore the stack pointer as it would be *after* setjmp returns. Since the PSEH implementation of setjmp is __stdcall, this value differs from the usual esp+4, because *after* return *two* doublewords are popped (return IP and parameter). Thanks to blight_ for reporting
...
svn path=/trunk/; revision=15894
2005-06-13 20:31:55 +00:00
..
i386
longjmp should restore the stack pointer as it would be *after* setjmp returns. Since the PSEH implementation of setjmp is __stdcall, this value differs from the usual esp+4, because *after* return *two* doublewords are popped (return IP and parameter). Thanks to blight_ for reporting
2005-06-13 20:31:55 +00:00
framebased.c
upgrade to PSEH2 (note, the new macros are still named _SEH_*, not _SEH2_*!)
2005-05-06 22:25:30 +00:00
makefile.i386
migrate substitution keywords to SVN
2005-01-06 13:58:04 +00:00
pseh.xml
* Nasm support
2005-01-09 21:26:16 +00:00