]> git.proxmox.com Git - mirror_qemu.git/commit - target/sh4/translate.c
target/sh4: fix BS_STOP exit
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 1 May 2017 21:20:43 +0000 (23:20 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 May 2017 09:18:13 +0000 (11:18 +0200)
commit0fc37a8b0cd79f532ef6b743c7f43496f7d2ce1e
treea004149d485891fc9314571db759ae3600ced4eb
parent47b9f4d5a4013938134ca678c338906e798a61d7
target/sh4: fix BS_STOP exit

When stopping the translation because the state has changed, goto_tb
should not be used as it might link TB with different flags.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target/sh4/translate.c