diff options
author | Richard Henderson <rth@twiddle.net> | 2017-07-26 21:30:35 +0300 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-09-07 11:57:35 -0700 |
commit | e9823b4c3347370414b63010ec4a2a4754e4abb5 (patch) | |
tree | b4571848040b3ff050a3c9d722ec933dcc19ef2b /tcg/sparc/tcg-target.h | |
parent | ab20bdc11624837bd0c8aea83c603b66f0406e8b (diff) |
tcg/sparc: Use constant pool for movi
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 da98743817..d8339bf010 100644 --- a/tcg/sparc/tcg-target.h +++ b/tcg/sparc/tcg-target.h @@ -175,4 +175,6 @@ static inline void flush_icache_range(uintptr_t start, uintptr_t stop) void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t); +#define TCG_TARGET_NEED_POOL_LABELS + #endif |