target/ppc: Remove special case for POWERPC_EXCP_TRAP
commit506fadcfd75ca7a761bfe6025aa9dd11af89626c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 May 2021 18:54:15 +0000 (12 15:54 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:28 +0000 (19 10:30 +1000)
treeb0e95300c1b3b682f95a9f0ca2bc7e66c19129af
parentda3527d96dab32bbfffb314622357765f2613233
target/ppc: Remove special case for POWERPC_EXCP_TRAP

Since POWERPC_EXCP_TRAP is raised by gen_exception_err,
we will have also set DISAS_NORETURN.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20210512185441.3619828-6-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c