On Wed, 18 Aug 2021 at 02:01, Richard Henderson <richard.hender...@linaro.org> wrote: > > It is confusing to have different exits from translation > for various conditions in separate functions. > > Merge disas_a64_insn into its only caller. Standardize > on the "s" name for the DisasContext, as the code from > disas_a64_insn had more instances. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM