projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
460231a
)
target/i386: remove unused enum
author
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 27 Jun 2024 10:52:25 +0000
(12:52 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 28 Jun 2024 17:26:54 +0000
(19:26 +0200)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c
patch
|
blob
|
history
diff --git
a/target/i386/tcg/translate.c
b/target/i386/tcg/translate.c
index 934c514e64f786e553b81b42454938b84ef0742a..95bad55bf46ecc815c68bcef297b8c9cd53de0c6 100644
(file)
--- a/
target/i386/tcg/translate.c
+++ b/
target/i386/tcg/translate.c
@@
-282,22
+282,6
@@
enum {
JCC_LE,
};
-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,