summaryrefslogtreecommitdiff
path: root/tcg/tci
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-10-09 03:16:50 +0000
committerRiku Voipio <riku.voipio@linaro.org>2012-10-12 14:27:05 +0300
commit07e10e5de1470bdf1d1ed97c85cb7ed9e4826775 (patch)
tree51328c36a09825e99c242a84c7a8662c641f2e07 /tcg/tci
parent30163d89953e2ec3e5fc53918682c8bc4b1b3b8d (diff)
downloadqemu-07e10e5de1470bdf1d1ed97c85cb7ed9e4826775.tar.gz
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
GUEST_BASE support is now supported by all TCG backends, and is now mandatory. Drop the now-pointless TCG_TARGET_HAS_GUEST_BASE define (set by every backend) and the error if it is unset. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'tcg/tci')
-rw-r--r--tcg/tci/tcg-target.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h
index 6d894953aa..37f28c0522 100644
--- a/tcg/tci/tcg-target.h
+++ b/tcg/tci/tcg-target.h
@@ -102,9 +102,6 @@
#define TCG_TARGET_HAS_movcond_i64 0
#endif /* TCG_TARGET_REG_BITS == 64 */
-/* Offset to user memory in user mode. */
-#define TCG_TARGET_HAS_GUEST_BASE
-
/* Number of registers available.
For 32 bit hosts, we need more than 8 registers (call arguments). */
/* #define TCG_TARGET_NB_REGS 8 */