target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}
commita9b5b3d06c0072fcb6dbf07ec2d27264f609af9a
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 May 2021 18:54:17 +0000 (12 15:54 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:28 +0000 (19 10:30 +1000)
tree63f15ca9381853c7831ac3d22e1ac43ebe61d0d2
parent2736fc61811d80309d6fb0bbbb2af1bbe12e44b7
target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}

Rewrite ppc_tr_tb_stop to handle these new codes.

Convert ctx->exception into these new codes at the end of
ppc_tr_translate_insn, prior to pushing the change back
throughout translate.c.

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