diff options
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 1ef5dbd3a1..8b3dbcaa04 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -26,17 +26,6 @@ #include "helper_regs.h" #include "op_helper.h" -/* Generate exceptions */ -void OPPROTO op_raise_exception_err (void) -{ - do_raise_exception_err(PARAM1, PARAM2); -} - -void OPPROTO op_debug (void) -{ - do_raise_exception(EXCP_DEBUG); -} - #if !defined(CONFIG_USER_ONLY) /* Segment registers load and store */ void OPPROTO op_load_sr (void) |