projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3232b5
)
ARM: Use an actual NOP instead of a instruction that happens to do nothing
author
Ali Saidi
<Ali.Saidi@ARM.com>
Tue, 18 Jan 2011 22:30:01 +0000
(16:30 -0600)
committer
Ali Saidi
<Ali.Saidi@ARM.com>
Tue, 18 Jan 2011 22:30:01 +0000
(16:30 -0600)
src/arch/arm/isa_traits.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/isa_traits.hh
b/src/arch/arm/isa_traits.hh
index b2989e4b3dd4935b42ee777e626355e7b151cf16..c3cb622f42f4c01482fef7c84351dd5f8094bad0 100644
(file)
--- a/
src/arch/arm/isa_traits.hh
+++ b/
src/arch/arm/isa_traits.hh
@@
-97,7
+97,7
@@
namespace ArmISA
const Addr PAddrImplMask = (ULL(1) << PABits) - 1;
// return a no-op instruction... used for instruction fetch faults
- const ExtMachInst NoopMachInst = 0x
00000
000;
+ const ExtMachInst NoopMachInst = 0x
E320F
000;
const int LogVMPageSize = 12; // 4K bytes
const int VMPageSize = (1 << LogVMPageSize);