summaryrefslogtreecommitdiff
path: root/tcg/s390/tcg-target.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2010-03-19 11:31:15 +0100
committerAurelien Jarno <aurelien@aurel32.net>2010-03-26 20:48:30 +0100
commita63b5829af498775c24f685f4a40ceec3a8f93ba (patch)
tree74f94b13e4625a43dd575a215ee348b6b4636205 /tcg/s390/tcg-target.h
parent7270547fe8d0d2c1d13fee592042208d4a82f73a (diff)
downloadqemu-a63b5829af498775c24f685f4a40ceec3a8f93ba.tar.gz
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/s390/tcg-target.h')
-rw-r--r--tcg/s390/tcg-target.h3
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)