-#if ETAP_EVENT_MONITOR
- if (thread != THREAD_NULL) {
- ETAP_DATA_LOAD(probe_data[0], regs->trapno);
- ETAP_DATA_LOAD(probe_data[1],
- thr_act->exc_actions[exc].port);
- ETAP_DATA_LOAD(probe_data[2],
- thr_act->task->exc_actions[exc].port);
- ETAP_PROBE_DATA(ETAP_P_EXCEPTION,
- 0,
- thread,
- &probe_data,
- ETAP_DATA_ENTRY*3);
- }
-#endif /* ETAP_EVENT_MONITOR */
-