summaryrefslogtreecommitdiffstats
path: root/tcg/ppc64/tcg-target.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-03-25 08:11:53 -0700
committerRichard Henderson <rth@twiddle.net>2014-06-23 07:31:26 -0700
commita921fddcc1c9aae30c89e408f1e31e831a0a4389 (patch)
tree233dc4f5ee597df6e383e4493dbbfca941f51b3b /tcg/ppc64/tcg-target.c
parent3bf4a1ed61db1336c458a4263a60627e24106cc9 (diff)
downloadhqemu-a921fddcc1c9aae30c89e408f1e31e831a0a4389.zip
hqemu-a921fddcc1c9aae30c89e408f1e31e831a0a4389.tar.gz
tcg-ppc64: Move call macros out of tcg-target.h
These values are private to tcg.c; we don't need to expose this nonsense to the translators. Tested-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/ppc64/tcg-target.c')
-rw-r--r--tcg/ppc64/tcg-target.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c
index 17f422e..c5362da 100644
--- a/tcg/ppc64/tcg-target.c
+++ b/tcg/ppc64/tcg-target.c
@@ -1406,6 +1406,11 @@ static void tcg_out_qemu_st(TCGContext *s, TCGReg data_reg, TCGReg addr_reg,
#endif
}
+/* Parameters for function call generation, used in tcg.c. */
+#define TCG_TARGET_STACK_ALIGN 16
+#define TCG_TARGET_CALL_STACK_OFFSET 48
+#define TCG_TARGET_EXTEND_ARGS 1
+
#define FRAME_SIZE ((int) \
((8 /* back chain */ \
+ 8 /* CR */ \
OpenPOWER on IntegriCloud