Revision a63b5829 tcg/s390/tcg-target.h

b/tcg/s390/tcg-target.h
84 84
enum {
85 85
    /* Note: must be synced with dyngen-exec.h */
86 86
    TCG_AREG0 = TCG_REG_R10,
87
    TCG_AREG1 = TCG_REG_R7,
88
    TCG_AREG2 = TCG_REG_R8,
89
    TCG_AREG3 = TCG_REG_R9,
90 87
};
91 88

  
92 89
static inline void flush_icache_range(unsigned long start, unsigned long stop)

Also available in: Unified diff