qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 12/21] target/ppc/excp_helper: Avoid 'abi_ptr' in system emul


From: Richard Henderson
Subject: Re: [PATCH 12/21] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
Date: Wed, 17 Apr 2024 12:18:16 -0700
User-agent: Mozilla Thunderbird

On 4/17/24 11:27, Philippe Mathieu-Daudé wrote:
'abi_ptr' is a user specific type. The system emulation
equivalent is 'target_ulong'. Use it in ppc_ldl_code()
to emphasis this is not an user emulation function.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
Acked-by: Nicholas Piggin<npiggin@gmail.com>
Reviewed-by: Thomas Huth<thuth@redhat.com>
Message-Id:<20231211212003.21686-18-philmd@linaro.org>
---
  target/ppc/excp_helper.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]