ARM: DFSR status value for sync external data abort is expected to be 0x8 in ARMv7

This commit is contained in:
Gene Wu 2010-08-23 11:18:40 -05:00
parent a993188034
commit 5486fa6612

View file

@ -75,7 +75,7 @@ class ArmFault : public FaultBase
Translation1 = 0x7,
SynchronousExternalAbort0 = 0x8,
Domain0 = 0x9,
SynchronousExternalAbort1 = 0xa,
SynchronousExternalAbort1 = 0x8,
Domain1 = 0xb,
TranslationTableWalkExtAbt0 = 0xc,
Permission0 = 0xd,