- thread = current_thread();
- mutex = mutex_addr(thread->mutex);
- excp = &thread->exc_actions[exception];
- kr = exception_deliver(thread, exception, code, codeCnt, excp, mutex);
+ mutex = &thread->mutex;
+ kr = exception_deliver(thread, exception, code, codeCnt, thread->exc_actions, mutex);