]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Inline cpu_ldl_code() call in ppc_ldl_code()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 20 Nov 2025 20:00:33 +0000 (21:00 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 3 Feb 2026 13:57:33 +0000 (14:57 +0100)
commitb9789d2993d10acaecf41bdd3c19e623b5cd6613
tree5f96c33f24e49a120c1d60d5f94173175ffb3405
parent7ef4fee1a6a832b4917cb9ae8e22866534e11342
target/ppc: Inline cpu_ldl_code() call in ppc_ldl_code()

In preparation of removing the cpu_ldl_code wrapper, inline it.

Get the runtime endianness with ppc_data_endian_env(), passing it
to cpu_ldl_code_mmu(). No need to swap versus qemu-system binary
anymore.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20260202210106.93257-12-philmd@linaro.org>
target/ppc/tcg-excp_helper.c