From f6548c0a4b751852b9dcb341e3974e049a45a518 Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 18 Jul 2009 10:08:40 +0400 Subject: PPC 32/64 GUEST_BASE support Signed-off-by: malc --- tcg/ppc/tcg-target.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcg/ppc/tcg-target.h') diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h index 5faf73024a..0197e79930 100644 --- a/tcg/ppc/tcg-target.h +++ b/tcg/ppc/tcg-target.h @@ -85,3 +85,5 @@ enum { #define TCG_AREG0 TCG_REG_R27 #define TCG_AREG1 TCG_REG_R24 #define TCG_AREG2 TCG_REG_R25 + +#define TCG_TARGET_HAS_GUEST_BASE -- cgit v1.2.1