target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
commit6086c751c3ef2d05df25f4c494e097d169c68731
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 17 May 2021 20:50:05 +0000 (17 17:50 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:29 +0000 (19 10:30 +1000)
tree37d8e4ab8ac4b81e5a05fcdcec72d4fbb5fc76fb
parentd736de8ff6f699bbd180077261a1af5b1735fd80
target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN

The translation of branch instructions always results in exit from
the TB. Remove the synthetic "exception" after no more uses.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20210517205025.3777947-4-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
linux-user/ppc/cpu_loop.c
target/ppc/cpu.h
target/ppc/translate.c