tcg/sparc: Use constant pool for movi

Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
Richard Henderson 2017-07-26 21:30:35 +03:00
parent ab20bdc116
commit e9823b4c33
2 changed files with 58 additions and 21 deletions

View file

@ -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