On Sun, 1 May 2022 at 07:17, Richard Henderson
wrote:
>
> Perform the override check early, so that it is still done
> even when we decide to discard an unreachable cpreg.
>
> Use assert not printf+abort.
>
> Signed-off-by: Richard Henderson
> ---
> target/arm/helper.c | 22 -
Perform the override check early, so that it is still done
even when we decide to discard an unreachable cpreg.
Use assert not printf+abort.
Signed-off-by: Richard Henderson
---
target/arm/helper.c | 22 --
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/targe