diff options
Diffstat (limited to 'tcg/s390/tcg-target.h')
-rw-r--r-- | tcg/s390/tcg-target.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tcg/s390/tcg-target.h b/tcg/s390/tcg-target.h index e8034019c7..82e2be7c37 100644 --- a/tcg/s390/tcg-target.h +++ b/tcg/s390/tcg-target.h @@ -84,9 +84,6 @@ enum { enum { /* Note: must be synced with dyngen-exec.h */ TCG_AREG0 = TCG_REG_R10, - TCG_AREG1 = TCG_REG_R7, - TCG_AREG2 = TCG_REG_R8, - TCG_AREG3 = TCG_REG_R9, }; static inline void flush_icache_range(unsigned long start, unsigned long stop) |