On 7/20/21 3:17 AM, Richard Henderson wrote: > The access internal to tb_cflags() is atomic. > Avoid re-reading it as such for the multiple uses. > > Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > accel/tcg/translator.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>