|
From: | Richard Henderson |
Subject: | Re: [PATCH] hvf: arm: Fix hvf_sysreg_read_cp() call |
Date: | Sat, 3 Aug 2024 09:30:49 +1000 |
User-agent: | Mozilla Thunderbird |
On 8/2/24 18:37, Akihiko Odaki wrote:
Commit 05b8d7249109 ("hvf: arm: Do not advance PC when raising an exception") changed val from uint64_t to a pointer to uint64_t in hvf_sysreg_read(), but didn't change its hvf_sysreg_read_cp() call. Fixes: 05b8d7249109 ("hvf: arm: Do not advance PC when raising an exception") Reported-by: Richard Henderson<richard.henderson@linaro.org> Signed-off-by: Akihiko Odaki<akihiko.odaki@daynix.com> --- target/arm/hvf/hvf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks. r~
[Prev in Thread] | Current Thread | [Next in Thread] |