projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb25c80
)
tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.
author
Richard Henderson
<rth@twiddle.net>
Wed, 17 Aug 2011 21:11:48 +0000
(14:11 -0700)
committer
Blue 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
patch
|
blob
|
history
diff --git
a/tcg/hppa/tcg-target.c
b/tcg/hppa/tcg-target.c
index 222f33eb6dd17d7c3f1e8096da95265663379f36..71d9677ab2e95945636932b9c01d1178ed74415d 100644
(file)
--- 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) {