commit | 0fc37a8b0cd79f532ef6b743c7f43496f7d2ce1e | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Mon May 01 23:20:43 2017 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat May 13 11:18:13 2017 +0200 |
tree | a004149d485891fc9314571db759ae3600ced4eb | |
parent | 47b9f4d5a4013938134ca678c338906e798a61d7 [diff] |
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>