On Wed, 3 Nov 2021 at 04:09, Richard Henderson <richard.hender...@linaro.org> wrote: > > The size of the code covered by a TranslationBlock cannot be 0; > this is checked via assert in tb_gen_code. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate-a64.c | 1 + > 1 file changed, 1 insertion(+) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM