On 7/17/21 10:52 AM, Peter Maydell wrote:
On Mon, 12 Jul 2021 at 16:48, Richard Henderson
wrote:
We don't need the whole CPUBreakpoint structure in the check,
only the flags. Return the instruction length to consolidate
the adjustment of db->pc_next.
Signed-off-by: Richard Henderson
dif
On Mon, 12 Jul 2021 at 16:48, Richard Henderson
wrote:
>
> We don't need the whole CPUBreakpoint structure in the check,
> only the flags. Return the instruction length to consolidate
> the adjustment of db->pc_next.
>
> Signed-off-by: Richard Henderson
> diff --git a/target/avr/translate.c b/
We don't need the whole CPUBreakpoint structure in the check,
only the flags. Return the instruction length to consolidate
the adjustment of db->pc_next.
Signed-off-by: Richard Henderson
---
include/exec/translator.h | 17 +--
accel/tcg/translator.c| 40 +