Re: [PATCH] target/loongarch: fix a wrong print in cpu dump

2024-06-04 Thread gaosong
在 2024/6/4 下午3:38, lanyanzhi...@ict.ac.cn 写道: From: lanyanzhi description: loongarch_cpu_dump_state() want to dump all loongarch cpu state registers, but there is a tiny typographical error when printing "PRCFG2". Signed-off-by: lanyanzhi --- target/loongarch/cpu.c | 2 +- 1 file chan

Re: [PATCH] target/loongarch: fix a wrong print in cpu dump

2024-06-04 Thread Richard Henderson
On 6/4/24 02:38, lanyanzhi...@ict.ac.cn wrote: From: lanyanzhi description: loongarch_cpu_dump_state() want to dump all loongarch cpu state registers, but there is a tiny typographical error when printing "PRCFG2". Signed-off-by: lanyanzhi --- target/loongarch/cpu.c | 2 +- 1 file chang

[PATCH] target/loongarch: fix a wrong print in cpu dump

2024-06-04 Thread lanyanzhi22b
From: lanyanzhi description: loongarch_cpu_dump_state() want to dump all loongarch cpu state registers, but there is a tiny typographical error when printing "PRCFG2". Signed-off-by: lanyanzhi --- target/loongarch/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ta