ARM: DFSR status value for sync external data abort is expected to be 0x8 in ARMv7
This commit is contained in:
parent
a993188034
commit
5486fa6612
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class ArmFault : public FaultBase
|
|||
Translation1 = 0x7,
|
||||
SynchronousExternalAbort0 = 0x8,
|
||||
Domain0 = 0x9,
|
||||
SynchronousExternalAbort1 = 0xa,
|
||||
SynchronousExternalAbort1 = 0x8,
|
||||
Domain1 = 0xb,
|
||||
TranslationTableWalkExtAbt0 = 0xc,
|
||||
Permission0 = 0xd,
|
||||
|
|
Loading…
Reference in a new issue