target/avr: Add DisasContextBase to DisasContext
commit93d4d5e485e2ab86dd7f1403f0782c8dbedeebcd
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Jun 2021 05:37:32 +0000 (19 22:37 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jun 2021 17:04:56 +0000 (29 10:04 -0700)
tree9005ac8bc760afa2ace3ede6d3342574affe934e
parent77b42a2d53e27144451ca9b5de628bfe86edde1b
target/avr: Add DisasContextBase to DisasContext

Migrate the bstate, tb and singlestep_enabled fields
from DisasContext into the base.

Tested-by: Michael Rolnik <mrolnik@gmail.com>
Reviewed-by: Michael Rolnik <mrolnik@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/avr/translate.c