mips: mark unaligned access flag as true

This commit is contained in:
Korey Sewell 2011-06-19 21:43:41 -04:00
parent 91a88ae8ce
commit 59686795e3

View 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