summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-20 11:47:01 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-20 11:47:01 -0700
commit930d6559164266a08686d03f9ece8cd4863ddd63 (patch)
treeadc7e54a4c372531cc3daf6dc1ab6965288c4ffc /nasm.h
parentdfb918047b32e57b5cf4840021ccc0c03b4685f9 (diff)
downloadnasm-930d6559164266a08686d03f9ece8cd4863ddd63.tar.gz
nasm-930d6559164266a08686d03f9ece8cd4863ddd63.tar.bz2
nasm-930d6559164266a08686d03f9ece8cd4863ddd63.zip
nasm.h: remove obsolete IP_REG definitions
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/nasm.h b/nasm.h
index f76f87d..38cb002 100644
--- a/nasm.h
+++ b/nasm.h
@@ -488,9 +488,6 @@ typedef uint32_t opflags_t;
#define REG16 0x00209002U /* 16-bit GPR */
#define REG32 0x00209004U /* 32-bit GPR */
#define REG64 0x00209008U /* 64-bit GPR */
-#define IP_REG 0x00801000U /* RIP or EIP register */
-#define RIPREG 0x00801008U /* RIP */
-#define EIPREG 0x00801004U /* EIP */
#define FPUREG 0x01001000U /* floating point stack registers */
#define FPU0 0x01011000U /* FPU stack register zero */
#define RM_MMX 0x02008000U /* MMX operand */