diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-03-19 11:31:15 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-26 20:48:30 +0100 |
commit | a63b5829af498775c24f685f4a40ceec3a8f93ba (patch) | |
tree | 74f94b13e4625a43dd575a215ee348b6b4636205 /tcg/hppa | |
parent | 7270547fe8d0d2c1d13fee592042208d4a82f73a (diff) |
remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/hppa')
-rw-r--r-- | tcg/hppa/tcg-target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/hppa/tcg-target.h b/tcg/hppa/tcg-target.h index fa39bfce26..e956e71e8e 100644 --- a/tcg/hppa/tcg-target.h +++ b/tcg/hppa/tcg-target.h @@ -83,8 +83,6 @@ enum { /* Note: must be synced with dyngen-exec.h */ #define TCG_AREG0 TCG_REG_R17 -#define TCG_AREG1 TCG_REG_R14 -#define TCG_AREG2 TCG_REG_R15 static inline void flush_icache_range(unsigned long start, unsigned long stop) { |