diff options
-rw-r--r-- | src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_exceptions.S | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_exceptions.S b/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_exceptions.S index 2d729f11..60419cce 100644 --- a/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_exceptions.S +++ b/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_exceptions.S @@ -111,12 +111,8 @@ __alignment_exception: .org __vectors + 0x00E0 - ### Program exceptions are utilized for emulating the system call - ### instruction (0x44000002) which is used for doing context - ### switches between threads. They can also be used by the code - ### to signal an exception in an error scenario. __program_exception: - _pk_ctx_push_as_needed program_exception_handler + _pk_panic PPE42_ILLEGAL_INSTRUCTION ############################################################ @@ -219,9 +215,6 @@ dec_handler: bl __pk_timer_handler b check_for_ext_interrupt -program_exception_handler: - _pk_panic PPE42_ILLEGAL_INSTRUCTION - .global __pk_next_thread_resume __pk_next_thread_resume: |