target/loongarch: fix a wrong print in cpu dump
authorlanyanzhi <lanyanzhi22b@ict.ac.cn>
Tue, 4 Jun 2024 07:38:31 +0000 (15:38 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 6 Jun 2024 03:58:06 +0000 (11:58 +0800)
commit78f932ea1f7b3b9b0ac628dc2a91281318fe51fa
treea7137f48a1b5154b1914d0d807e022c67643272d
parent2b284fa9ea17171b11e9112daf19801b90b690a6
target/loongarch: fix a wrong print in cpu dump

description:
    loongarch_cpu_dump_state() want to dump all loongarch cpu
state registers, but there is a tiny typographical error when
printing "PRCFG2".

Cc: qemu-stable@nongnu.org
Signed-off-by: lanyanzhi <lanyanzhi22b@ict.ac.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20240604073831.666690-1-lanyanzhi22b@ict.ac.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
target/loongarch/cpu.c