On 05/06/2017 04:14 AM, Aurelien Jarno wrote:
When stopping the translation because the state has changed, goto_tb should not be used as it might link TB with different flags.Signed-off-by: Aurelien Jarno<aurel...@aurel32.net> --- target/sh4/translate.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~