mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
asm.h: fix definition of HEX macro
svn path=/trunk/; revision=46786
This commit is contained in:
parent
cbbd840d2a
commit
190d0acef7
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ ENDM
|
||||||
.altmacro
|
.altmacro
|
||||||
|
|
||||||
/* Hex numbers need to be in 0x1AB format */
|
/* Hex numbers need to be in 0x1AB format */
|
||||||
#define HEX(x) 0x##x
|
#define HEX(y) 0x##y
|
||||||
|
|
||||||
/* Macro values need to be marked */
|
/* Macro values need to be marked */
|
||||||
#define VAL(x) \x
|
#define VAL(x) \x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue