]> Git Repo - qemu.git/commit
target-ppc: Fix CPU_POWERPC_MPC8547E
authorAndreas Färber <[email protected]>
Mon, 11 Feb 2013 10:53:11 +0000 (10:53 +0000)
committerAlexander Graf <[email protected]>
Fri, 8 Mar 2013 20:04:44 +0000 (21:04 +0100)
commit0136d715ad985fccb8fed4bb5081d5bd20bfe88c
tree0ff70784bc2f235972e334472b02b706b4fc6b0e
parent156dfaded87d718a9ea798083e1c3e5ea7526713
target-ppc: Fix CPU_POWERPC_MPC8547E

It was defined to ..._MPC8545E_v21 rather than ..._MPC8547E_v21.
Due to both resolving to CPU_POWERPC_e500v2_v21 this did not show.

Fixing this nontheless helps with QOM'ifying CPU aliases.

Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/translate_init.c
This page took 0.02768 seconds and 4 git commands to generate.