diff options
author | Richard Henderson <rth@twiddle.net> | 2012-03-24 22:11:25 +0100 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2012-09-21 22:02:18 +0200 |
commit | c6f7e4fb9a0f82bb826f4bd7dff6f2c90d6a83be (patch) | |
tree | 7041db9ab58ff4ad5f6d1e1f1a4072c3acb83361 /tcg/sparc/tcg-target.h | |
parent | a0ce341aac61ca3d56bcb56dcfb6ac11272fd567 (diff) |
tcg-sparc: Support GUEST_BASE.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/sparc/tcg-target.h')
-rw-r--r-- | tcg/sparc/tcg-target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/sparc/tcg-target.h b/tcg/sparc/tcg-target.h index adca1d2200..99e9f571fa 100644 --- a/tcg/sparc/tcg-target.h +++ b/tcg/sparc/tcg-target.h @@ -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 |