On Tue, 26 Apr 2022 at 17:40, Richard Henderson <richard.hender...@linaro.org> wrote: > > Note that tmp was doing double-duty as zero > and then later as a temporary in its own right. > Split the use of 0 to a new variable 'zero'. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate-a64.c | 26 +++++++++++++------------- > 1 file changed, 13 insertions(+), 13 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM