On 9/17/18 9:30 AM, Emilio G. Cota wrote: > Consistently access u16.high with atomics to avoid > undefined behaviour in MTTCG. > > Note that icount_decr.u16.low is only used in icount mode, > so regular accesses to it are OK. > > Cc: Peter Crosthwaite <[email protected]> > Cc: Richard Henderson <[email protected]> > Signed-off-by: Emilio G. Cota <[email protected]> > --- > accel/tcg/tcg-all.c | 2 +- > accel/tcg/translate-all.c | 2 +- > qom/cpu.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-)
Eh, sure, I guess. Reviewed-by: Richard Henderson <[email protected]> r~
