From: Richard Henderson Date: Mon, 19 Jun 2023 13:23:14 +0000 (+0200) Subject: accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN X-Git-Tag: v8.1.0-rc0~52^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2be6a48673afb3a15ad7a611d5562256707fdc46;p=thirdparty%2Fqemu.git accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN 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. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c index 5e2ca472438..14ce97c33be 100644 --- a/accel/tcg/cputlb.c +++ b/accel/tcg/cputlb.c @@ -2727,6 +2727,7 @@ static uint64_t do_st16_leN(CPUArchState *env, MMULookupPageData *p, * and so neither is atomic. */ case MO_ATOM_IFALIGN: + case MO_ATOM_WITHIN16: case MO_ATOM_NONE: stq_le_p(p->haddr, int128_getlo(val_le)); return store_bytes_leN(p->haddr + 8, p->size - 8,