mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
Fixed REGRIP -> RIPREG to match regs.dat.
This commit is contained in:
parent
8b2a72881c
commit
567ee739f8
2
nasm.h
2
nasm.h
@ -401,7 +401,7 @@ enum {
|
||||
#define REG16 0x00201002L
|
||||
#define REG32 0x00201004L
|
||||
#define REG64 0x00201008L /* x64 registers */
|
||||
#define REGRIP 0x0020100CL /* RIP register */
|
||||
#define RIPREG 0x0020100CL /* RIP register */
|
||||
#define MMXREG 0x00201010L /* MMX registers */
|
||||
#define XMMREG 0x00201011L /* XMM Katmai reg */
|
||||
#define FPUREG 0x01000000L /* floating point stack registers */
|
||||
|
Loading…
Reference in New Issue
Block a user