mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-23 19:12:59 +00:00
tcg-ppc64: Don't load the static chain from TCG
There are no helpers that require the static chain. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
f8b8412907
commit
ad94e1a9db
@ -722,7 +722,6 @@ static void tcg_out_call(TCGContext *s, tcg_target_long arg, int const_arg)
|
|||||||
|
|
||||||
tcg_out32(s, LD | TAI(TCG_REG_R0, reg, 0));
|
tcg_out32(s, LD | TAI(TCG_REG_R0, reg, 0));
|
||||||
tcg_out32(s, MTSPR | RA(TCG_REG_R0) | CTR);
|
tcg_out32(s, MTSPR | RA(TCG_REG_R0) | CTR);
|
||||||
tcg_out32(s, LD | TAI(TCG_REG_R11, reg, 16));
|
|
||||||
tcg_out32(s, LD | TAI(TCG_REG_R2, reg, 8));
|
tcg_out32(s, LD | TAI(TCG_REG_R2, reg, 8));
|
||||||
tcg_out32(s, BCCTR | BO_ALWAYS | LK);
|
tcg_out32(s, BCCTR | BO_ALWAYS | LK);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user