Re: [PATCH 17/24] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation

2023-12-21 Thread Nicholas Piggin
On Tue Dec 12, 2023 at 7:19 AM AEST, 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é Acked-by: Nicholas

[PATCH 17/24] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation

2023-12-11 Thread Philippe Mathieu-Daudé
'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é --- target/ppc/excp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git