diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-08 14:45:45 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-08 14:45:45 +0000 |
commit | fc23e969f48a7cccfac4047a83a26443a38bbcbd (patch) | |
tree | 9ccf4149534c4d595baf127ed0a7e39f4b2f18e3 /tcg/i386 | |
parent | 2eb9c973dc21f45d36b4c7a1cd189aba40b2e9da (diff) | |
download | qemu-fc23e969f48a7cccfac4047a83a26443a38bbcbd.tar.gz qemu-fc23e969f48a7cccfac4047a83a26443a38bbcbd.tar.bz2 qemu-fc23e969f48a7cccfac4047a83a26443a38bbcbd.zip |
Prune unused TCG_AREGs
Remove definitions for TCG_AREGs corresponding to AREG definitions
removed in r6778.
Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6779 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/i386')
-rw-r--r-- | tcg/i386/tcg-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index 37fdaa5614..1719c7f113 100644 --- a/tcg/i386/tcg-target.h +++ b/tcg/i386/tcg-target.h @@ -48,7 +48,6 @@ enum { #define TCG_AREG0 TCG_REG_EBP #define TCG_AREG1 TCG_REG_EBX #define TCG_AREG2 TCG_REG_ESI -#define TCG_AREG3 TCG_REG_EDI static inline void flush_icache_range(unsigned long start, unsigned long stop) { |