modified include/reactos/libs/pseh/pseh2.h
authorKJK::Hyperion <hackbunny@reactos.org>
Sun, 23 Nov 2008 00:20:37 +0000 (00:20 +0000)
committerKJK::Hyperion <hackbunny@reactos.org>
Sun, 23 Nov 2008 00:20:37 +0000 (00:20 +0000)
commit7d4a8b9e1ca2c67c779683bb06a9cf3b01c3c8ff
tree8bf28f4acf4c1f85e5b5512e68ef0e0acc073ccc
parent29fc9d57c77f8558e69a81ff4d66bfb2cc0dd11a
modified   include/reactos/libs/pseh/pseh2.h
   Make SF_FramePointer field of _SEHFrame_t volatile, too, just to be safe
   Unoptimized compilation doesn't perform const-folding - "static const" could result in compilation errors, use just "const"
   Renamed _SEH2_GetExceptionPointers to _SEH2_GetExceptionInformation to be closer to the "standard" SEH syntax

modified   lib/pseh/framebased-gcchack.c
   Clobber the register that's actually used

svn path=/trunk/; revision=37570
reactos/include/reactos/libs/pseh/pseh2.h
reactos/lib/pseh/framebased-gcchack.c