]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: fix 'make check-functional' failed
authorSong Gao <gaosong@loongson.cn>
Wed, 5 Mar 2025 06:33:10 +0000 (14:33 +0800)
committerSong Gao <gaosong@loongson.cn>
Fri, 7 Mar 2025 02:14:58 +0000 (10:14 +0800)
commit089fa3d7302b38285ae146de8bbe5cf6ecc04f34
tree435719182a3bfbf1183507d7dace50a566b5095c
parente8a01102936286e012ed0f00bd7f3b7474d415c9
target/loongarch: fix 'make check-functional' failed

 some tlb instructions get  the tlb_ps from tlb->misc but the
 value may has been initialized to 0,just check the tlb_ps skip
 the function and write a log.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Message-Id: <20250305063311.830674-2-gaosong@loongson.cn>
target/loongarch/tcg/tlb_helper.c