mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
asm.h: fix definition of HEX macro
svn path=/trunk/; revision=46786
This commit is contained in:
@@ -73,7 +73,7 @@ ENDM
|
||||
.altmacro
|
||||
|
||||
/* Hex numbers need to be in 0x1AB format */
|
||||
#define HEX(x) 0x##x
|
||||
#define HEX(y) 0x##y
|
||||
|
||||
/* Macro values need to be marked */
|
||||
#define VAL(x) \x
|
||||
|
||||
Reference in New Issue
Block a user