Re: [PATCH v4 23/33] target/nios2: Drop CR_STATUS_EH from tb->flags

2022-03-08 Thread Peter Maydell
On Tue, 8 Mar 2022 at 07:20, Richard Henderson wrote: > > There's nothing about EH that affects translation, > so there's no need to include it in tb->flags. > > Signed-off-by: Richard Henderson > --- > target/nios2/cpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/t

[PATCH v4 23/33] target/nios2: Drop CR_STATUS_EH from tb->flags

2022-03-07 Thread Richard Henderson
There's nothing about EH that affects translation, so there's no need to include it in tb->flags. Signed-off-by: Richard Henderson --- target/nios2/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/nios2/cpu.h b/target/nios2/cpu.h index f582e52aa4..2a5e070960 10064