summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2012-09-15 16:52:32 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2012-09-16 23:23:28 +0400
commitabfb6348fa88410d2e414874d0ba980e6b9b6b1c (patch)
tree20cf1fd5ce44cf5a37f7144456511611de2f2fb4
parent553409947383bef4f38f642151657cdc66a9fab7 (diff)
downloadnasm-abfb6348fa88410d2e414874d0ba980e6b9b6b1c.tar.gz
opflags: Drop never used REG_RIP/REG_EIP
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--opflags.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/opflags.h b/opflags.h
index 7cffabcd..d3da5b38 100644
--- a/opflags.h
+++ b/opflags.h
@@ -195,9 +195,6 @@ typedef uint64_t opflags_t;
#define REG_FSGS UINT64_C(0x00441002) /* FS, GS */
#define REG_SEG67 UINT64_C(0x00481002) /* Unimplemented segment registers */
-#define REG_RIP UINT64_C(0x00801008) /* RIP relative addressing */
-#define REG_EIP UINT64_C(0x00801004) /* EIP relative addressing */
-
/* Special GPRs */
#define REG_SMASK UINT64_C(0x100f0800) /* a mask for the following */
#define REG_ACCUM UINT64_C(0x00219000) /* accumulator: AL, AX, EAX, RAX */