Revision a63b5829 tcg/arm/tcg-target.h

b/tcg/arm/tcg-target.h
73 73
enum {
74 74
    /* Note: must be synced with dyngen-exec.h */
75 75
    TCG_AREG0 = TCG_REG_R7,
76
    TCG_AREG1 = TCG_REG_R4,
77
    TCG_AREG2 = TCG_REG_R5,
78 76
};
79 77

  
80 78
static inline void flush_icache_range(unsigned long start, unsigned long stop)

Also available in: Unified diff