Re: [PATCH v4 05/10] target/arm: Advance pc for arch single-step exception

2021-11-05 Thread Peter Maydell
On Wed, 3 Nov 2021 at 04:09, Richard Henderson 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 > --- > target/arm/translate-a64.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: P

[PATCH v4 05/10] target/arm: Advance pc for arch single-step exception

2021-11-02 Thread Richard Henderson
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 --- target/arm/translate-a64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c index 9c4258ccac.