OSDN Git Service

target/ppc: Tidy exception vs exit_tb
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 17 May 2021 20:50:08 +0000 (17:50 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:29 +0000 (10:30 +1000)
commit0032dbdb415093160e0b979a8ff66ae5ac0ca3e2
treea9a89a18104d77244191765fa6b56dbd9e7b0b81
parent13b4557567ad3b92fba701cc7369030357c2bbc4
target/ppc: Tidy exception vs exit_tb

We do not need to emit an exit_tb after an exception,
as the latter will exit via longjmp.

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