diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-20 11:47:01 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-20 11:47:01 -0700 |
commit | 930d6559164266a08686d03f9ece8cd4863ddd63 (patch) | |
tree | adc7e54a4c372531cc3daf6dc1ab6965288c4ffc /nasm.h | |
parent | dfb918047b32e57b5cf4840021ccc0c03b4685f9 (diff) | |
download | nasm-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 */ |