diff options
author | Holger Waechtler <[email protected]> | 2000-04-06 11:51:24 +0000 |
---|---|---|
committer | Holger Waechtler <[email protected]> | 2000-04-06 11:51:24 +0000 |
commit | 3eae261da989f44c4920b1bfe247c2e1be8724ad (patch) | |
tree | bfc6360d276984b9edc75484e7f0fb3d53da2c96 /src/mesa/x86/assyntax.h | |
parent | 3cd7738c9b07bb730c9fa7b88e41751c116fcb80 (diff) |
added CONCAT(x,y) macro in NASM/MASM section
Diffstat (limited to 'src/mesa/x86/assyntax.h')
-rw-r--r-- | src/mesa/x86/assyntax.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index 9c9ddc5b8e4..2a1034870a5 100644 --- a/src/mesa/x86/assyntax.h +++ b/src/mesa/x86/assyntax.h @@ -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 |