diff options
| author | Richard Henderson | 2017-07-26 20:30:35 +0200 |
|---|---|---|
| committer | Richard Henderson | 2017-09-07 20:57:35 +0200 |
| commit | e9823b4c3347370414b63010ec4a2a4754e4abb5 (patch) | |
| tree | b4571848040b3ff050a3c9d722ec933dcc19ef2b /tcg/sparc/tcg-target.h | |
| parent | tcg/sparc: Introduce TCG_REG_TB (diff) | |
| download | qemu-e9823b4c3347370414b63010ec4a2a4754e4abb5.tar.gz qemu-e9823b4c3347370414b63010ec4a2a4754e4abb5.tar.xz qemu-e9823b4c3347370414b63010ec4a2a4754e4abb5.zip | |
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 |
