diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2017-05-01 23:20:43 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2017-05-13 11:17:29 +0200 |
commit | 47b9f4d5a4013938134ca678c338906e798a61d7 (patch) | |
tree | eb14ff757bc9eb0bbd345ba21d29fa2d41a244e5 /target/sh4/cpu-qom.h | |
parent | 24b09d9d8ba589402f9c8e0d8d36bcf5c4a933da (diff) | |
download | qemu-47b9f4d5a4013938134ca678c338906e798a61d7.zip qemu-47b9f4d5a4013938134ca678c338906e798a61d7.tar.gz qemu-47b9f4d5a4013938134ca678c338906e798a61d7.tar.bz2 |
target/sh4: move DELAY_SLOT_TRUE flag into a separate global
Instead of using one bit of the env flags to store the condition of the
next delay slot, use a separate global. It simplifies reading and
writing the flags variable and also removes some confusion between
ctx->envflags and env->flags.
Note that the global is first transfered to a temp in order to be
able to discard the global before the brcond.
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target/sh4/cpu-qom.h')
0 files changed, 0 insertions, 0 deletions