Commit e63d7abddefbe36532f501d66371624a2bbc03b9
1 parent
6635f6fa
Prune unused TCG_AREGs
Remove definitions for TCG_AREGs corresponding to AREG definitions removed in r6778. Signed-off-by: Stuart Brady <stuart.brady@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6779 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
7 changed files
with
0 additions
and
9 deletions
tcg/arm/tcg-target.h
tcg/hppa/tcg-target.h
tcg/i386/tcg-target.h
tcg/ppc/tcg-target.h
tcg/ppc64/tcg-target.h
tcg/sparc/tcg-target.h
... | ... | @@ -97,8 +97,6 @@ enum { |
97 | 97 | #define TCG_AREG0 TCG_REG_G2 |
98 | 98 | #define TCG_AREG1 TCG_REG_G3 |
99 | 99 | #define TCG_AREG2 TCG_REG_G4 |
100 | -#define TCG_AREG3 TCG_REG_G5 | |
101 | -#define TCG_AREG4 TCG_REG_G6 | |
102 | 100 | #elif defined(__sparc_v9__) |
103 | 101 | #define TCG_AREG0 TCG_REG_G5 |
104 | 102 | #define TCG_AREG1 TCG_REG_G6 |
... | ... | @@ -107,7 +105,6 @@ enum { |
107 | 105 | #define TCG_AREG0 TCG_REG_G6 |
108 | 106 | #define TCG_AREG1 TCG_REG_G1 |
109 | 107 | #define TCG_AREG2 TCG_REG_G2 |
110 | -#define TCG_AREG3 TCG_REG_G3 | |
111 | 108 | #endif |
112 | 109 | |
113 | 110 | static inline void flush_icache_range(unsigned long start, unsigned long stop) | ... | ... |
tcg/x86_64/tcg-target.h