Skip to content

Commit

Permalink
Revert "Remove SECUREFAULT_EXCEPTION as that is only available in Arm…
Browse files Browse the repository at this point in the history
…-v8"

This reverts commit 1b5d796.
  • Loading branch information
davexroth committed Oct 16, 2024
1 parent 509bf99 commit 1044731
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ extern "C" {
* MEMMANAGE_EXCEPTION | 4 | MemManage
* BUSFAULT_EXCEPTION | 5 | BusFault
* USAGEFAULT_EXCEPTION | 6 | UsageFault
* SECUREFAULT_EXCEPTION | 7 | SecureFault
* \endif
* SVCALL_EXCEPTION | 11 | SV Call
* PENDSV_EXCEPTION | 14 | Pend SV
Expand Down Expand Up @@ -99,6 +100,7 @@ enum exception_number {
MEMMANAGE_EXCEPTION = 4, ///< MemManage Interrupt
BUSFAULT_EXCEPTION = 5, ///< BusFault Interrupt
USAGEFAULT_EXCEPTION = 6, ///< UsageFault Interrupt
SECUREFAULT_EXCEPTION = 7, ///< SecureFault Interrupt
#endif
SVCALL_EXCEPTION = 11, ///< SV Call Interrupt
PENDSV_EXCEPTION = 14, ///< Pend SV Interrupt
Expand Down

0 comments on commit 1044731

Please sign in to comment.