OSDN Git Service

target/ppc: Simplify gen_debug_exception
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 May 2021 18:54:16 +0000 (15:54 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:28 +0000 (10:30 +1000)
commit2736fc61811d80309d6fb0bbbb2af1bbe12e44b7
tree9b15c2a16c94b366c184c9c02a85af16bfc8ad9c
parent506fadcfd75ca7a761bfe6025aa9dd11af89626c
target/ppc: Simplify gen_debug_exception

Two of the call sites that use gen_debug_exception have already
updated NIP.  Only ppc_tr_breakpoint_check requires the update.

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