diff options
Diffstat (limited to 'src/arch/arm/faults.cc')
-rw-r--r-- | src/arch/arm/faults.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/faults.cc b/src/arch/arm/faults.cc index a1952d664..a048fa8b2 100644 --- a/src/arch/arm/faults.cc +++ b/src/arch/arm/faults.cc @@ -177,7 +177,7 @@ uint8_t ArmFault::aarch64FaultSources[] = { 0x0d, // PermissionL1 0x0e, // PermissionL2 0x0f, // PermissionL3 - 0xff, // DebugEvent (INVALID) + 0x22, // DebugEvent 0x10, // SynchronousExternalAbort 0x30, // TLBConflictAbort 0x18, // SynchPtyErrOnMemoryAccess |