mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 21:48:10 +00:00
2ae1675208
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. |
||
---|---|---|
.. | ||
asm.inc | ||
CMakeLists.txt | ||
genincdata.c | ||
ks386.template.h | ||
ksamd64.template.h | ||
ksarm.template.h | ||
ksx.template.h | ||
kxarm.h | ||
syscalls.inc | ||
trapamd64.inc |