diff options
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 4b0af5587c..ca1dbc5eb4 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -204,6 +204,11 @@ PPC_OP(update_nip) env->nip = PARAM(1); } +PPC_OP(debug) +{ + do_raise_exception(EXCP_DEBUG); +} + /* Segment registers load and store with immediate index */ PPC_OP(load_srin) { |