[ASM] Fixed ".double" macro in asm.inc.
authorVictor Perevertkin <victor@perevertkin.ru>
Sun, 15 Jul 2018 15:49:49 +0000 (18:49 +0300)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Sun, 15 Jul 2018 21:25:23 +0000 (23:25 +0200)
commit2ae1675208bb05e43c91b5762a10d1292298f420
treeeb29c4e6a3d95a5b16dce3cabbfa1d14fb3fae2a
parent4ffa0a2e5525805bb26f29cdcb1ffdd0722296bc
[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.
boot/freeldr/freeldr/arch/amd64/entry.S
sdk/include/asm/asm.inc
sdk/lib/crt/except/amd64/cpp.s