diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-09 12:42:36 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-11-07 12:13:27 +0100 |
commit | b0a1333331abcf38b6d18a6b97f8f561afc4f48f (patch) | |
tree | 968c85fef010f279d268eb8deca6fd5c158ebfc5 /trace | |
parent | 27a6e78ef00c778d0d6d563f90c07deb5176e296 (diff) | |
download | qemu-b0a1333331abcf38b6d18a6b97f8f561afc4f48f.zip qemu-b0a1333331abcf38b6d18a6b97f8f561afc4f48f.tar.gz qemu-b0a1333331abcf38b6d18a6b97f8f561afc4f48f.tar.bz2 |
target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
When CPUArchState* is available (here CPUPPCState*), we
can use the fast env_archcpu() macro to get ArchCPU* (here
PowerPCCPU*). The QOM cast POWERPC_CPU() macro will be
slower when building with --enable-qom-cast-debug.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20231009110239.66778-2-philmd@linaro.org>
Diffstat (limited to 'trace')
0 files changed, 0 insertions, 0 deletions