diff options
| author | Richard Henderson <rth@twiddle.net> | 2017-07-27 20:47:56 -0700 |
|---|---|---|
| committer | Richard Henderson <rth@twiddle.net> | 2017-09-07 11:57:35 -0700 |
| commit | 880ad9626c37886c3f17f782916675baf1eb8a98 (patch) | |
| tree | 5f2f7140a00168cdca35c70bd6e99970bd662136 /tcg/arm/tcg-target.h | |
| parent | 2a8ab93c6bd459ff3cf3fe8978cf733a7dbd3080 (diff) | |
| download | focaccia-qemu-880ad9626c37886c3f17f782916675baf1eb8a98.tar.gz focaccia-qemu-880ad9626c37886c3f17f782916675baf1eb8a98.zip | |
tcg/arm: Use constant pool for movi
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/arm/tcg-target.h')
| -rw-r--r-- | tcg/arm/tcg-target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index 2e92cb3283..94b3578c55 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -143,5 +143,6 @@ void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t); #ifdef CONFIG_SOFTMMU #define TCG_TARGET_NEED_LDST_LABELS #endif +#define TCG_TARGET_NEED_POOL_LABELS #endif |