mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
tcg-sparc: Support GUEST_BASE.
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
a0ce341aac
commit
c6f7e4fb9a
3 changed files with 27 additions and 3 deletions
|
@ -128,6 +128,8 @@ typedef enum {
|
|||
#define TCG_TARGET_HAS_movcond_i64 0
|
||||
#endif
|
||||
|
||||
#define TCG_TARGET_HAS_GUEST_BASE
|
||||
|
||||
#ifdef CONFIG_SOLARIS
|
||||
#define TCG_AREG0 TCG_REG_G2
|
||||
#elif HOST_LONG_BITS == 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue