target/ppc: Remove unnecessary gen_io_end calls
commita68cf3a520f07ee063d3b5b09193aedfd0cb9441
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 May 2021 18:54:19 +0000 (12 15:54 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:28 +0000 (19 10:30 +1000)
tree8b77d30f0de00d39c4e0580fdc462485b7b34c23
parent59bf23faf56cb94147be88031c160a9423f2041b
target/ppc: Remove unnecessary gen_io_end calls

Since ba3e7926691ed33, we switched the implementation of icount
to always reset can_do_io at the start of the following TB.
Most of them were removed in 9e9b10c64911, but some were missed.

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