Re: [PATCH v2 1/3] target/avr: Add DisasContextBase to DisasContext

2021-06-21 Thread Philippe Mathieu-Daudé
On 6/20/21 11:50 PM, Richard Henderson wrote: > Migrate the bstate, tb and singlestep_enabled fields > from DisasContext into the base. > > Signed-off-by: Richard Henderson > --- > target/avr/translate.c | 58 +- > 1 file changed, 29 insertions(+), 29 dele

[PATCH v2 1/3] target/avr: Add DisasContextBase to DisasContext

2021-06-20 Thread Richard Henderson
Migrate the bstate, tb and singlestep_enabled fields from DisasContext into the base. Signed-off-by: Richard Henderson --- target/avr/translate.c | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/target/avr/translate.c b/target/avr/t