]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Move function do_raise_exception() to tcg_cpu.c
authorBibo Mao <maobibo@loongson.cn>
Mon, 29 Sep 2025 03:53:37 +0000 (11:53 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 9 Oct 2025 11:10:44 +0000 (19:10 +0800)
commit29332340e14738998a7ebcb62c5c9a310e8fb455
tree1ca8fb13f942b6bb84dbc8277a125f7381480479
parent410dfbf620aef6361a4fdb40f7a7ee32bf5581b4
target/loongarch: Move function do_raise_exception() to tcg_cpu.c

Function do_raise_exception() is specified with TCG mode, so move
it to file target/loongarch/tcg/tcg_cpu.c

It is only code movement and there is no any function change.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250929035338.2320419-3-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
target/loongarch/cpu.c
target/loongarch/tcg/tcg_cpu.c