mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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>
This commit is contained in:
parent
7270547fe8
commit
a63b5829af
10 changed files with 1 additions and 50 deletions
|
@ -83,8 +83,6 @@ enum {
|
|||
|
||||
/* Note: must be synced with dyngen-exec.h */
|
||||
#define TCG_AREG0 TCG_REG_R17
|
||||
#define TCG_AREG1 TCG_REG_R14
|
||||
#define TCG_AREG2 TCG_REG_R15
|
||||
|
||||
static inline void flush_icache_range(unsigned long start, unsigned long stop)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue