]> git.proxmox.com Git - mirror_qemu.git/commit - target/tricore/translate.c
target/tricore: Fix OPC2_32_BO_LD_BU_PREINC
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Thu, 2 Feb 2023 12:04:31 +0000 (13:04 +0100)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 8 Feb 2023 08:59:38 +0000 (09:59 +0100)
commitd8b33554d8dd9ee6348839d9e4d6f93adf45eff1
tree3c28a97281cc04142ac57b03cbc8c80ec9627b24
parent7ebe4cb36433af7aaaf621e851784f89b8cc5cb8
target/tricore: Fix OPC2_32_BO_LD_BU_PREINC

we were sign extending the result of the load, while the instruction
clearly states that the result should be unsigned.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <20230202120432.1268-10-kbastian@mail.uni-paderborn.de>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target/tricore/translate.c