changeset b02c49dbfde1 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=b02c49dbfde1
description:
        mips: mark unaligned access flag as true

diffstat:

 src/arch/mips/isa_traits.hh |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 80aa16801996 -r b02c49dbfde1 src/arch/mips/isa_traits.hh
--- a/src/arch/mips/isa_traits.hh       Sun Jun 19 21:43:41 2011 -0400
+++ b/src/arch/mips/isa_traits.hh       Sun Jun 19 21:43:41 2011 -0400
@@ -161,8 +161,7 @@
 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
 
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to