summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-09-10 18:55:52 +0000
committerH. Peter Anvin <hpa@zytor.com>2007-09-10 18:55:52 +0000
commita80241f58a9f35cd1ec83205713bd603b178df1c (patch)
tree6f62b0a333e8d9c9e3dc49b27e6fa804a6c4cf8d /nasm.h
parentf6abe44fc8121ec3c77cb6d8041fa148726b0716 (diff)
downloadnasm-a80241f58a9f35cd1ec83205713bd603b178df1c.tar.gz
Fix the MMXREG and XMMREG flags definitions.
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nasm.h b/nasm.h
index dfd99337..89e5273a 100644
--- a/nasm.h
+++ b/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 */