]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK
authorRichard Henderson <rth@twiddle.net>
Tue, 18 Jul 2017 20:02:28 +0000 (10:02 -1000)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 18 Jul 2017 21:39:15 +0000 (23:39 +0200)
commite1933d1435d1d0ace7c93bdc429f7e4f0c499e92
tree8bdbe20001a8c5fa389d8ad35f83642087b782e9
parent4448a83606b5861cfa11528c0395868fc2b0e99e
target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK

We'll be putting more things into this bitmask soon.
Let's have a name that covers all possible uses.

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