aboutsummaryrefslogtreecommitdiff
path: root/tcg/ppc/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2017-07-31 06:03:03 +0000
committerRichard Henderson <rth@twiddle.net>2017-09-07 11:57:35 -0700
commit53c89efd02cef626040165cc8f06b5cf2c15355d (patch)
treeea10a0bd8d35657ba1b59b10933ac82156d55e89 /tcg/ppc/tcg-target.h
parent77bfc7c0b442f1cee5da5706f4de429a526ddac5 (diff)
downloadqemu-53c89efd02cef626040165cc8f06b5cf2c15355d.zip
qemu-53c89efd02cef626040165cc8f06b5cf2c15355d.tar.gz
qemu-53c89efd02cef626040165cc8f06b5cf2c15355d.tar.bz2
tcg/ppc: Use constant pool for movi
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/ppc/tcg-target.h')
-rw-r--r--tcg/ppc/tcg-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h
index 3772cc6..be52ad1 100644
--- a/tcg/ppc/tcg-target.h
+++ b/tcg/ppc/tcg-target.h
@@ -132,5 +132,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