qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/5] target/tricore: Fix OPC2_32_BO_LD_BU_PREINC


From: Richard Henderson
Subject: Re: [PATCH 5/5] target/tricore: Fix OPC2_32_BO_LD_BU_PREINC
Date: Fri, 27 Jan 2023 08:25:25 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/27/23 02:03, Bastian Koppelmann wrote:
we were sign extending the result of the load, while the instruction
clearly states that the result should be unsigned.

Signed-off-by: Bastian Koppelmann<kbastian@mail.uni-paderborn.de>
---
  target/tricore/translate.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]