77a78,79
> /** The request should ignore unaligned access faults */
> const uint32_t NO_HALF_WORD_ALIGN_FAULT = 0x400000;
274a277,280
> bool inline isMisaligned() {return (!(getFlags() & NO_ALIGN_FAULT) &&
> ((vaddr & 1) ||
> (!(getFlags() & NO_HALF_WORD_ALIGN_FAULT)
> && (vaddr & 0x2))));}