]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/cpu_init.c
target-ppc: fix compile error when PPC_DUMP_CPU is enabled
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Fri, 20 Dec 2013 02:14:57 +0000 (13:14 +1100)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:22 +0000 (03:06 +0100)
commita5100e752b4ed1027b6db27d3fbcb0e3c62b3f94
tree8b3fba17e1d442e4022f3235c45c52f1dff3f6e1
parentf55ea6297cc0224fe4934b90ff5343b620b14669
target-ppc: fix compile error when PPC_DUMP_CPU is enabled

Since last use of PPC_DUMP_CPU by whoever he/she was, env->tlb became
a union and POWERPC CPU class got QOM'ed so defining PPC_DUMP_CPU
breaks compile.

This fixes compiler errors.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c