ARM: Fix small bug with VLDM/VSTM instructions.

This commit is contained in:
Ali Saidi 2011-03-17 19:20:20 -05:00
parent b78be240cf
commit b754ad85c0

View file

@ -143,7 +143,7 @@ let {{
bits(machInst, 22) << 4);
const uint32_t type = bits(machInst, 11, 8);
uint32_t size = 0;
uint32_t align = 0;
uint32_t align = TLB::MustBeOne;
unsigned inc = 1;
unsigned regs = 1;
unsigned lane = 0;