Re: [PATCH v4 04/33] target/nios2: Split PC out of env->regs[]

2022-03-08 Thread Peter Maydell
On Tue, 8 Mar 2022 at 07:20, Richard Henderson wrote: > > It is cleaner to have a separate name for this variable. > > Signed-off-by: Richard Henderson > --- > target/nios2/cpu.h | 10 +++- > linux-user/elfload.c| 2 +- > linux-user/nios2/cpu_loop.c | 17 ++--- > li

[PATCH v4 04/33] target/nios2: Split PC out of env->regs[]

2022-03-07 Thread Richard Henderson
It is cleaner to have a separate name for this variable. Signed-off-by: Richard Henderson --- target/nios2/cpu.h | 10 +++- linux-user/elfload.c| 2 +- linux-user/nios2/cpu_loop.c | 17 ++--- linux-user/nios2/signal.c | 6 ++--- target/nios2/cpu.c | 8 +