target/ppc: removed GEN_OPCODE decision tree
commit0c5d547625989685742da9765608c0bb1abd7877
authorBruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Mon, 31 May 2021 14:56:28 +0000 (31 11:56 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 3 Jun 2021 08:10:31 +0000 (3 18:10 +1000)
tree3b9485b7c5f46c62396efa0b85d45ee1125931f1
parentca24b0b9334cd8838527edfc8b9b183326f81714
target/ppc: removed GEN_OPCODE decision tree

since both, PPC_DO_STATISTICS and PPC_DUMP_CPU, are obsoleted as
target/ppc moves to decodetree, we can remove this ifdef based decision
tree, and only have what is now the standard option for the macro.

Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Message-Id: <20210531145629.21300-4-bruno.larsen@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c