mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 20:59:19 +08:00
7d4a8b9e1ca2c67c779683bb06a9cf3b01c3c8ff
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
Languages
C
86.5%
C++
10.6%
Python
0.8%
Assembly
0.5%
CMake
0.5%
Other
0.8%