qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/5] target/tricore: Fix OPC2_32_RCRW_IMASK translation


From: Richard Henderson
Subject: Re: [PATCH 1/5] target/tricore: Fix OPC2_32_RCRW_IMASK translation
Date: Fri, 27 Jan 2023 08:11:30 -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 mixing up the "c" and "d" registers. We used "d" as a
destination register und "c" as the source. According to the TriCore ISA
manual 1.6 vol 2 it is the other way round.

Signed-off-by: Bastian Koppelmann<kbastian@mail.uni-paderborn.de>
Resolves:https://gitlab.com/qemu-project/qemu/-/issues/653
---
  target/tricore/translate.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

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

r~



reply via email to

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