tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
cb25c80a9b
commit
6e6a99249c
@ -1650,7 +1650,7 @@ static void tcg_target_qemu_prologue(TCGContext *s)
|
|||||||
|
|
||||||
/* Record the location of the TCG temps. */
|
/* Record the location of the TCG temps. */
|
||||||
tcg_set_frame(s, TCG_REG_CALL_STACK, -frame_size + i * 4,
|
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
|
#ifdef CONFIG_USE_GUEST_BASE
|
||||||
if (GUEST_BASE != 0) {
|
if (GUEST_BASE != 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user