target/ppc: Drop exit checks for singlestep_enabled
commit9498d1032c107166ffb72939f99929a4dd3f600a
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Jul 2021 00:26:48 +0000 (19 14:26 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Oct 2021 23:39:14 +0000 (15 16:39 -0700)
treed4f48551aac673c406b4b5d4401e7234c9627686
parentb21fce536c5e673b1f3faab6db9bd7a7aec88cc1
target/ppc: Drop exit checks for singlestep_enabled

GDB single-stepping is now handled generically.
Reuse gen_debug_exception to handle architectural debug exceptions.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/ppc/translate.c