aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/tcg-stub.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-03target/ppc: created tcg-stub.c fileBruno Larsen (billionai)1-0/+45
Created a file with stubs needed to compile disabling TCG. *_ppc_opcodes were created to make cpu_init.c have a few less ifdefs, since they are not needed. softmmu_resize_hpt_* have to be created because the compiler can't automatically know they aren't used, but they should never be reached. Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br> Message-Id: <20210525115355.8254-4-bruno.larsen@eldorado.org.br> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>