commit | 24b09d9d8ba589402f9c8e0d8d36bcf5c4a933da | [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:17:29 2017 +0200 |
tree | 8a0cb6755c3ea5bb0f6e7579029a0528ea06a517 | |
parent | 39682608111713404b53ade46edc87a7f85a0f12 [diff] |
target/sh4: do not include DELAY_SLOT_TRUE in the TB state DELAY_SLOT_TRUE is used as a dynamic condition for the branch after the delay slot instruction. It is not used in code generation, so there is no need to including in the TB state. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>