]> git.proxmox.com Git - qemu.git/commit - target-ppc/mmu-hash64.c
target-ppc: Change LOG_MMU_STATE() argument to CPUState
authorAndreas Färber <afaerber@suse.de>
Tue, 2 Jul 2013 22:52:23 +0000 (00:52 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 9 Jul 2013 19:33:04 +0000 (21:33 +0200)
commit77710e7aec1e5ae0195cf6ebae6864e3ccb5693a
tree8c42fe9095204c4afc657db2e0d7be98eb8204b3
parent8995b7a083e0fda9fac1db3888b3dafe14bd033c
target-ppc: Change LOG_MMU_STATE() argument to CPUState

Choose CPUState rather than PowerPCCPU since doing a CPU() cast on the
macro argument would hide type mismatches.

Signed-off-by: Andreas Färber <afaerber@suse.de>
target-ppc/mmu-hash32.c
target-ppc/mmu-hash64.c
target-ppc/mmu_helper.c