mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 21:44:35 +08:00
e5a9f1615fa57d95addb9c35f7147040f09a8b8a
modified lib/pseh/i386/framebased-gcchack.S For some reason, "call _RtlUnwind@16" is being linked as "call 0" (very likely a linker bug). Reimplementing _SEH2GlobalUnwind in C and taking the address of RtlUnwind from C code seems to work Annotate functions implemented in assembler with .func/.endfunc, so the symbols are more correct svn path=/trunk/; revision=38208
…
…
…
…
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%