mips: mark unaligned access flag as true
authorKorey Sewell <ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:41 +0000 (21:43 -0400)
committerKorey Sewell <ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:41 +0000 (21:43 -0400)
src/arch/mips/isa_traits.hh

index 4d07c5abe7af495d66a2890deda460db222015ba..2f789c6bfc4f4671399a2d4f828dbfd774cd1f19 100644 (file)
@@ -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