On 4/22/25 12:26, Richard Henderson wrote:
While we're renaming things, don't modify addr; save it for reuse in the qatomic_set. Compute the host address into a new local variable.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- accel/tcg/cputlb.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>