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

Since POWERPC_SYSCALL 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-5-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c