Re: [Qemu-devel] [PATCH v2 03/27] target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK

2017-07-08 Thread Philippe Mathieu-Daudé
On 07/06/2017 11:20 PM, Richard Henderson wrote: We'll be putting more things into this bitmask soon. Let's have a name that covers all possible uses. Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé --- target/sh4/cpu.h | 4 +++- target/sh4/translate.c | 4 ++-

Re: [Qemu-devel] [PATCH v2 03/27] target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK

2017-07-07 Thread Aurelien Jarno
On 2017-07-06 16:20, Richard Henderson wrote: > We'll be putting more things into this bitmask soon. > Let's have a name that covers all possible uses. > > Signed-off-by: Richard Henderson > --- > target/sh4/cpu.h | 4 +++- > target/sh4/translate.c | 4 ++-- > 2 files changed, 5 insertions

[Qemu-devel] [PATCH v2 03/27] target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK

2017-07-06 Thread Richard Henderson
We'll be putting more things into this bitmask soon. Let's have a name that covers all possible uses. Signed-off-by: Richard Henderson --- target/sh4/cpu.h | 4 +++- target/sh4/translate.c | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/target/sh4/cpu.h b/target/sh