reactos/sdk/lib/crt/except/amd64
Victor Perevertkin 2ae1675208 [ASM] Fixed ".double" macro in asm.inc.
GAS uses ".double" symbol for declaring floating-point constants and
".quad" symbol for declaring 64-bit numbers.
This is not compatible with our macro for MASM and introduces bugs.
Now 64-bit constants are supposed to be declared using ".quad" macro.
2018-07-15 23:25:23 +02:00
..
chkstk_asm.s
chkstk_ms.s
cpp.s [ASM] Fixed ".double" macro in asm.inc. 2018-07-15 23:25:23 +02:00
ehandler.c
seh.s