Re: [PATCH v4 16/33] target/nios2: Move R_FOO and CR_BAR into enumerations

2022-03-08 Thread Peter Maydell
On Tue, 8 Mar 2022 at 07:20, Richard Henderson wrote: > > These symbols become available to the debugger. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v4 16/33] target/nios2: Move R_FOO and CR_BAR into enumerations

2022-03-07 Thread Richard Henderson
These symbols become available to the debugger. Signed-off-by: Richard Henderson --- target/nios2/cpu.h | 72 ++ 1 file changed, 35 insertions(+), 37 deletions(-) diff --git a/target/nios2/cpu.h b/target/nios2/cpu.h index 3857848f7c..927c4aaa80 100644