qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom e


From: Richard Henderson
Subject: Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions
Date: Sat, 20 Apr 2024 09:02:49 -0700
User-agent: Mozilla Thunderbird

On 4/19/24 04:05, Philippe Mathieu-Daudé wrote:
We need to use get_address() to get an address from cpu_gpr[],
since $zero is "special" (NULL).

Fixes: e05da09b7c ("target/riscv: implement Zicbom extension")
Reported-by: Zhiwei Jiang (姜智伟)<jiangzw@tecorigin.com>
Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/riscv/insn_trans/trans_rvzicbo.c.inc | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)

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

r~



reply via email to

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