On Sun, 6 Feb 2022 at 10:31, Richard Henderson
wrote:
>
> Since 7ecd02a06f8, if patch_reloc fails we restart translation
> with a smaller TB. Sparc had its function signature changed,
> but not the logic. Replace assert with return false.
>
> Signed-off-by: Richard Henderson
> ---
> tcg/sparc/
Since 7ecd02a06f8, if patch_reloc fails we restart translation
with a smaller TB. Sparc had its function signature changed,
but not the logic. Replace assert with return false.
Signed-off-by: Richard Henderson
---
tcg/sparc/tcg-target.c.inc | 8 ++--
1 file changed, 6 insertions(+), 2 dele