On 8/3/20 4:18 AM, Peter Maydell wrote: > The ARCH() macro was used a lot in the legacy decoder, but > there are now just two uses of it left. Since a macro which > expands out to a goto is liable to be confusing when reading > code, replace the last two uses with a simple open-coded > qeuivalent. ^^^ typo
> > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate.c | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~