]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 4 Dec 2023 14:29:19 +0000 (15:29 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 26 Apr 2024 13:31:37 +0000 (15:31 +0200)
commiteedd109525e12f435cf36a4a43e73bc38005caf3
tree509458abe888d870fce429d286f29688ab95fc68
parente92dd33224603ee5a42e0b13b6e055691325ba47
target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation

'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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/ppc/excp_helper.c