From patchwork Wed Aug 17 21:11:48 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/6] tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight. From: Richard Henderson X-Patchwork-Id: 110463 Message-Id: <1313615510-10615-5-git-send-email-rth@twiddle.net> To: qemu-devel@nongnu.org Date: Wed, 17 Aug 2011 14:11:48 -0700 Signed-off-by: Richard Henderson --- tcg/hppa/tcg-target.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tcg/hppa/tcg-target.c b/tcg/hppa/tcg-target.c index 222f33e..71d9677 100644 --- a/tcg/hppa/tcg-target.c +++ b/tcg/hppa/tcg-target.c @@ -1650,7 +1650,7 @@ static void tcg_target_qemu_prologue(TCGContext *s) /* Record the location of the TCG temps. */ tcg_set_frame(s, TCG_REG_CALL_STACK, -frame_size + i * 4, - TCG_TEMP_BUF_NLONGS * sizeof(long)); + CPU_TEMP_BUF_NLONGS * sizeof(long)); #ifdef CONFIG_USE_GUEST_BASE if (GUEST_BASE != 0) {