mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
tcg-sparc: Change AREG0 in generated code to %i0.
We can now move the TCG variable from %g[56] to a call-preserved windowed register. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
c6f7e4fb9a
commit
0c554161b6
2 changed files with 3 additions and 8 deletions
|
@ -696,7 +696,8 @@ static void tcg_target_qemu_prologue(TCGContext *s)
|
|||
|
||||
tcg_out32(s, JMPL | INSN_RD(TCG_REG_G0) | INSN_RS1(TCG_REG_I1) |
|
||||
INSN_RS2(TCG_REG_G0));
|
||||
tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, TCG_REG_I0);
|
||||
/* delay slot */
|
||||
tcg_out_nop(s);
|
||||
}
|
||||
|
||||
#if defined(CONFIG_SOFTMMU)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue