Re: [PATCH] accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN

2023-06-19 Thread Peter Maydell
On Mon, 19 Jun 2023 at 14:26, Richard Henderson wrote: > > Otherwise we hit the default assert not reached. > Handle it as MO_ATOM_NONE, because of size and misalignment. > We already handle this correctly in do_ld16_beN. > > Signed-off-by: Richard Henderson > --- > > Fixes an abort booting debia

[PATCH] accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN

2023-06-19 Thread Richard Henderson
Otherwise we hit the default assert not reached. Handle it as MO_ATOM_NONE, because of size and misalignment. We already handle this correctly in do_ld16_beN. Signed-off-by: Richard Henderson --- Fixes an abort booting debian11 with -cpu max. r~ --- accel/tcg/cputlb.c | 1 + 1 file changed, 1