You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Synchronous (e.g. `ecall`) | Asynchronous (interrupt) | Second trap is not triggered; IRQs are automatically disabled upon trap entry (<<_mstatus>>.`MIE` automatically clears)
| Asynchronous (interrupt) | Asynchronous (interrupt) | Second trap is not triggered; IRQs are automatically disabled upon trap entry (<<_mstatus>>.`MIE` automatically clears); see <<_nested_interrupts>>
1313
1313
|=======================
1314
1314
@@ -1363,8 +1363,8 @@ can be used to output debug information, to bring the system into a safe state o
1363
1363
|=======================
1364
1364
| Prio. | `mcause` | RTE Trap ID | Cause | `mepc` | `mtval` | `mtinst` | Note
1365
1365
8+^| **Exceptions** (_synchronous_ to instruction execution)
0 commit comments