mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
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
This commit is contained in:
parent
6635f6fa94
commit
e63d7abdde
7 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue