diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-27 17:31:04 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-27 17:31:04 +0100 |
commit | cc01cc8ea20bc89ac1b1af76aac27c5eecfabd36 (patch) | |
tree | 8b015ea13504a1edbf0475d04a22688b9f8a278c /tcg/mips/tcg-target.h | |
parent | 489722cf3f1b6e1f94fe141263c830bed39a3318 (diff) |
tcg-mips: add guest base support
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/mips/tcg-target.h')
-rw-r--r-- | tcg/mips/tcg-target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h index 5f8b00a9b8..172577a71e 100644 --- a/tcg/mips/tcg-target.h +++ b/tcg/mips/tcg-target.h @@ -99,6 +99,9 @@ enum { /* Note: must be synced with dyngen-exec.h */ #define TCG_AREG0 TCG_REG_FP +/* guest base is supported */ +#define TCG_TARGET_HAS_GUEST_BASE + #include <sys/cachectl.h> static inline void flush_icache_range(unsigned long start, unsigned long stop) |