Re: [Qemu-devel] [PATCH] target-ppc: fix compile error when PPC_DUMP_CPU is enabled

2013-12-19 Thread Alexander Graf
On 20.12.2013, at 03:14, Alexey Kardashevskiy wrote: > 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 Thanks, a

[Qemu-devel] [PATCH] target-ppc: fix compile error when PPC_DUMP_CPU is enabled

2013-12-19 Thread Alexey Kardashevskiy
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 --- target-ppc/translate_init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 d