From b3db87581213138e8a90862816051ca5f885e6d5 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 8 Mar 2008 13:33:42 +0000 Subject: Add function prologue, fix pointer load on Sparc64 host git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4027 c046a42c-6fe2-441c-8c8c-71466251a162 --- tcg/tcg.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tcg/tcg.c') diff --git a/tcg/tcg.c b/tcg/tcg.c index 6eb56f5b70..5c8aad4343 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -1685,6 +1685,11 @@ static inline int tcg_gen_code_common(TCGContext *s, uint8_t *gen_code_buf, macro_op_index = -1; args = gen_opparam_buf; op_index = 0; + +#ifdef TCG_TARGET_NEEDS_PROLOGUE + tcg_target_prologue(s); +#endif + for(;;) { opc = gen_opc_buf[op_index]; #ifdef CONFIG_PROFILER -- cgit v1.2.3