]> git.proxmox.com Git - qemu.git/commitdiff
tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.
authorRichard Henderson <rth@twiddle.net>
Wed, 17 Aug 2011 21:11:48 +0000 (14:11 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Aug 2011 18:52:25 +0000 (18:52 +0000)
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/hppa/tcg-target.c

index 222f33eb6dd17d7c3f1e8096da95265663379f36..71d9677ab2e95945636932b9c01d1178ed74415d 100644 (file)
@@ -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) {