diff options
Diffstat (limited to 'tcg/x86_64/tcg-target.h')
-rw-r--r-- | tcg/x86_64/tcg-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/x86_64/tcg-target.h b/tcg/x86_64/tcg-target.h index 9a0cca0580..77d0709d6b 100644 --- a/tcg/x86_64/tcg-target.h +++ b/tcg/x86_64/tcg-target.h @@ -70,7 +70,6 @@ enum { #define TCG_AREG0 TCG_REG_R14 #define TCG_AREG1 TCG_REG_R15 #define TCG_AREG2 TCG_REG_R12 -#define TCG_AREG3 TCG_REG_R13 static inline void flush_icache_range(unsigned long start, unsigned long stop) { |