added CONCAT(x,y) macro in NASM/MASM section

This commit is contained in:
Holger Waechtler 2000-04-06 11:51:24 +00:00
parent 3cd7738c9b
commit 3eae261da9
1 changed files with 2 additions and 0 deletions

View File

@ -848,6 +848,8 @@
#define P_XMM6 xmm6
#define P_XMM7 xmm7
#define CONCAT(x, y) x ## y
#if defined(NASM_ASSEMBLER)
#define ST(n) st ## n