On 7/20/21 3:17 AM, Richard Henderson wrote: > We are certain of a page crossing here, entering the > PALcode image, so the call to use_goto_tb that should > have been here will never succeed. > > We are shortly going to add an assert to tcg_gen_goto_tb > that would trigger for this case. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/alpha/translate.c | 15 ++------------- > 1 file changed, 2 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>