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<kbast...@mail.uni-paderborn.de> --- target/tricore/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~