projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a88ae
)
mips: mark unaligned access flag as true
author
Korey Sewell
<ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:41 +0000
(21:43 -0400)
committer
Korey Sewell
<ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:41 +0000
(21:43 -0400)
src/arch/mips/isa_traits.hh
patch
|
blob
|
history
diff --git
a/src/arch/mips/isa_traits.hh
b/src/arch/mips/isa_traits.hh
index 4d07c5abe7af495d66a2890deda460db222015ba..2f789c6bfc4f4671399a2d4f828dbfd774cd1f19 100644
(file)
--- a/
src/arch/mips/isa_traits.hh
+++ b/
src/arch/mips/isa_traits.hh
@@
-161,8
+161,7
@@
const int ByteBytes = 1;
const int ANNOTE_NONE = 0;
const uint32_t ITOUCH_ANNOTE = 0xffffffff;
-// Memory accesses cannot be unaligned
-const bool HasUnalignedMemAcc = false;
+const bool HasUnalignedMemAcc = true;
} // namespace MipsISA