]> git.proxmox.com Git - mirror_qemu.git/commit - target/loongarch/cpu.c
target/loongarch: Remove duplicated disas_set_info assignment
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 21 Aug 2023 12:59:53 +0000 (14:59 +0200)
committerSong Gao <gaosong@loongson.cn>
Thu, 24 Aug 2023 03:17:55 +0000 (11:17 +0800)
commit3a4b64c702d72844c9e58f72e8175e402627f240
treee7d83abf2b3253a66bf80721bc4bdd518ca7bd5d
parent3da4004c217148b1662a6fa6a6198b1c5df1adbb
target/loongarch: Remove duplicated disas_set_info assignment

Commit 228021f05e ("target/loongarch: Add core definition") sets
disas_set_info to loongarch_cpu_disas_set_info. Probably due to
a failed git-rebase, commit ca61e75071 ("target/loongarch: Add gdb
support") also sets it to the same value. Remove the duplication.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230821125959.28666-3-philmd@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
target/loongarch/cpu.c