On 12/12/24 09:14, Mark Cave-Ayland wrote:
To ensure that all memory stores are performed by gen_st_tl(), convert all
remaining users of tcg_gen_qemu_st_tl() with gen_st_tl().
Signed-off-by: Mark Cave-Ayland <[email protected]>
---
target/ppc/translate.c | 10 +++++-----
target/ppc/translate/fixedpoint-impl.c.inc | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
I think you could squash patches 1+2 and 3+4.
Introduce the function and use it everywhere; the patches are not large.
Reviewed-by: Richard Henderson <[email protected]>
r~