reactos/sdk/include/asm
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
..
asm.inc [ASM] Fixed ".double" macro in asm.inc. 2018-07-15 23:25:23 +02:00
CMakeLists.txt [CMAKE] Avoid some uses of the LOCATION target property. CORE-14509 2018-03-30 20:28:20 +02:00
genincdata.c
ks386.template.h [SDK] Fix NT6 building issues and improve SDK NT6 headers. 2018-02-10 18:58:35 +01:00
ksamd64.template.h
ksarm.template.h
ksx.template.h [SDK] Fix NT6 building issues and improve SDK NT6 headers. 2018-02-10 18:58:35 +01:00
kxarm.h
syscalls.inc
trapamd64.inc