On 11/21/22 14:37, Daniel Henrique Barboza wrote:
On 11/12/22 03:11, Richard Henderson wrote:
Note that the previous direct reference to reserve_val,
- tcg_gen_ld_i64(t1, cpu_env, (ctx->le_mode
- ? offsetof(CPUPPCState, reserve_val2)
- : offsetof(CPUPPCState, reserve_val)));
was incorrect because all references should have gone through
cpu_reserve_val. Create a cpu_reserve_val2 tcg temp to fix this.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
Reviewed-by: Daniel Henrique Barboza <danielhb...@gmail.com>
Richard, since this depends on your int128 with helpers, do you want to
queue this in the same queue?
I certainly can. Thanks,
r~