asm.h: fix definition of HEX macro

svn path=/trunk/; revision=46786
This commit is contained in:
Giannis Adamopoulos 2010-04-09 11:14:56 +00:00
parent cbbd840d2a
commit 190d0acef7

View file

@ -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