opflags: Drop never used REG_RIP/REG_EIP
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 15 Sep 2012 12:52:32 +0000 (16:52 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 16 Sep 2012 19:23:28 +0000 (23:23 +0400)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
opflags.h

index 7cffabc..d3da5b3 100644 (file)
--- 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 */