On Thu, 16 Feb 2023 at 03:11, Richard Henderson <richard.hender...@linaro.org> wrote: > > Use this to record the default atomicity of memory operations. > Set it to MO_ATOM_WITHIN16 if FEAT_LSE2 applies. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate.h | 14 +++++++++++--- > target/arm/translate-a64.c | 4 ++++ > target/arm/translate.c | 1 + > 3 files changed, 16 insertions(+), 3 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM