summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-06-27 12:52:25 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-06-28 19:26:54 +0200
commit74f73c29187f8a464e0cea88e2ae43755b9961c4 (patch)
tree52d5add504a5ba63e30ac6fe65ed692e6e8fd1a7
parent460231ad369fd9e6608859fd747bbf276850d96b (diff)
downloadfocaccia-qemu-74f73c29187f8a464e0cea88e2ae43755b9961c4.tar.gz
focaccia-qemu-74f73c29187f8a464e0cea88e2ae43755b9961c4.zip
target/i386: remove unused enum
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--target/i386/tcg/translate.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/i386/tcg/translate.c b/target/i386/tcg/translate.c
index 934c514e64..95bad55bf4 100644
--- a/target/i386/tcg/translate.c
+++ b/target/i386/tcg/translate.c
@@ -283,22 +283,6 @@ enum {
 };
 
 enum {
-    /* I386 int registers */
-    OR_EAX,   /* MUST be even numbered */
-    OR_ECX,
-    OR_EDX,
-    OR_EBX,
-    OR_ESP,
-    OR_EBP,
-    OR_ESI,
-    OR_EDI,
-
-    OR_TMP0 = 16,    /* temporary operand register */
-    OR_TMP1,
-    OR_A0, /* temporary register used when doing address evaluation */
-};
-
-enum {
     USES_CC_DST  = 1,
     USES_CC_SRC  = 2,
     USES_CC_SRC2 = 4,