]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Fix trans_mult_acc return
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 05:35:02 +0000 (19:35 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:08 +0000 (13:44 -0800)
commitf2eb93126290ac2858de59a7f79fab72926d01c9
tree59acbb2d8f975ec7099b5ea899e39c82b00b2c96
parentecb74d87a6b90f819a4023ca178b8b7022d6ae56
target/mips: Fix trans_mult_acc return

Success from trans_* subroutines should be true.

Fixes: 5fa38eedbd ("target/mips: Convert Vr54xx MACC* opcodes to decodetree")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/vr54xx_translate.c