Revision e63d7abd tcg/sparc/tcg-target.h

b/tcg/sparc/tcg-target.h
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 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)

Also available in: Unified diff