From: Gene Wu Date: Mon, 23 Aug 2010 16:18:40 +0000 (-0500) Subject: ARM: DFSR status value for sync external data abort is expected to be 0x8 in ARMv7 X-Git-Tag: stable_2012_02_02~900 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5486fa66122450ad93b9dd7ddcad64f983b7400d;p=gem5.git ARM: DFSR status value for sync external data abort is expected to be 0x8 in ARMv7 --- diff --git a/src/arch/arm/faults.hh b/src/arch/arm/faults.hh index 6de9fee28..f9dc8ac3b 100644 --- a/src/arch/arm/faults.hh +++ b/src/arch/arm/faults.hh @@ -75,7 +75,7 @@ class ArmFault : public FaultBase Translation1 = 0x7, SynchronousExternalAbort0 = 0x8, Domain0 = 0x9, - SynchronousExternalAbort1 = 0xa, + SynchronousExternalAbort1 = 0x8, Domain1 = 0xb, TranslationTableWalkExtAbt0 = 0xc, Permission0 = 0xd,