Add missing case to seL4_getFault
This commit is contained in:
parent
43dcc5addb
commit
2c98f49dc5
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ seL4_getFault(seL4_MessageInfo_t tag)
|
|||
seL4_GetMR(seL4_CapFault_GuardMismatch_GuardFound),
|
||||
seL4_GetMR(seL4_CapFault_GuardMismatch_BitsFound));
|
||||
#ifdef CONFIG_HARDWARE_DEBUG_API
|
||||
case seL4_Fault_DebugException:
|
||||
return seL4_Fault_DebugException_new(seL4_GetMR(seL4_DebugException_FaultIP),
|
||||
seL4_GetMR(seL4_DebugException_ExceptionReason),
|
||||
seL4_GetMR(seL4_DebugException_TriggerAddress),
|
||||
|
|
|
|||
Loading…
Reference in a new issue