mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
Fix the MMXREG and XMMREG flags definitions.
This commit is contained in:
parent
f6abe44fc8
commit
a80241f58a
4
nasm.h
4
nasm.h
@ -476,8 +476,8 @@ enum {
|
||||
#define EIPREG 0x00801004L /* EIP */
|
||||
#define FPUREG 0x01001000L /* floating point stack registers */
|
||||
#define FPU0 0x01011000L /* FPU stack register zero */
|
||||
#define MMXREG 0x04009001L /* MMX registers */
|
||||
#define XMMREG 0x04009002L /* XMM Katmai reg */
|
||||
#define MMXREG 0x02009000L /* MMX registers */
|
||||
#define XMMREG 0x04009000L /* XMM Katmai reg */
|
||||
#define REG_CDT 0x00101004L /* CRn, DRn and TRn */
|
||||
#define REG_CREG 0x00111004L /* CRn */
|
||||
#define REG_DREG 0x00121004L /* DRn */
|
||||
|
Loading…
Reference in New Issue
Block a user