From e63d7abddefbe36532f501d66371624a2bbc03b9 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 8 Mar 2009 14:45:45 +0000 Subject: Prune unused TCG_AREGs Remove definitions for TCG_AREGs corresponding to AREG definitions removed in r6778. Signed-off-by: Stuart Brady git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6779 c046a42c-6fe2-441c-8c8c-71466251a162 --- tcg/hppa/tcg-target.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tcg/hppa') diff --git a/tcg/hppa/tcg-target.h b/tcg/hppa/tcg-target.h index 8e2693d0ef..02dd294278 100644 --- a/tcg/hppa/tcg-target.h +++ b/tcg/hppa/tcg-target.h @@ -84,7 +84,6 @@ enum { #define TCG_AREG0 TCG_REG_R17 #define TCG_AREG1 TCG_REG_R14 #define TCG_AREG2 TCG_REG_R15 -#define TCG_AREG3 TCG_REG_R16 static inline void flush_icache_range(unsigned long start, unsigned long stop) { -- cgit v1.2.3