diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-09-10 18:55:52 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-10 18:55:52 +0000 |
commit | a80241f58a9f35cd1ec83205713bd603b178df1c (patch) | |
tree | 6f62b0a333e8d9c9e3dc49b27e6fa804a6c4cf8d /nasm.h | |
parent | f6abe44fc8121ec3c77cb6d8041fa148726b0716 (diff) | |
download | nasm-a80241f58a9f35cd1ec83205713bd603b178df1c.tar.gz nasm-a80241f58a9f35cd1ec83205713bd603b178df1c.tar.bz2 nasm-a80241f58a9f35cd1ec83205713bd603b178df1c.zip |
Fix the MMXREG and XMMREG flags definitions.
Diffstat (limited to 'nasm.h')
-rw-r--r-- | nasm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |