On Wed, 3 May 2023 at 08:11, Richard Henderson <richard.hender...@linaro.org> wrote: > > Instead of using helper_unaligned_{ld,st}, use the full load/store helpers. > This will allow the fast path to increase alignment to implement atomicity > while not immediately raising an alignment exception. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/ppc/tcg-target.c.inc | 44 ---------------------------------------- > 1 file changed, 44 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM