projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a993188
)
ARM: DFSR status value for sync external data abort is expected to be 0x8 in ARMv7
author
Gene Wu
<Gene.Wu@arm.com>
Mon, 23 Aug 2010 16:18:40 +0000
(11:18 -0500)
committer
Gene Wu
<Gene.Wu@arm.com>
Mon, 23 Aug 2010 16:18:40 +0000
(11:18 -0500)
src/arch/arm/faults.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/faults.hh
b/src/arch/arm/faults.hh
index 6de9fee2829e18a8a0b06f5643487a6478523c9f..f9dc8ac3bdc4de05840cfe076746b16dce5edbf4 100644
(file)
--- 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 = 0x
a
,
+ SynchronousExternalAbort1 = 0x
8
,
Domain1 = 0xb,
TranslationTableWalkExtAbt0 = 0xc,
Permission0 = 0xd,