Although the core doesn't support unaligned mem accesses, there are many binaries containing "packed" unaligned 32-bit values (accessed as val = ptr[0] | (ptr[1]<<8) | (ptr[2]<<16) | (ptr[3]<<24)). PR_ALIGN flag prohibits converting such values to dwords/offsets. It looks safe to remove PR_ALIGN, code alignment is enforced in ana() already.
Although the core doesn't support unaligned mem accesses, there are many binaries containing "packed" unaligned 32-bit values (accessed as val = ptr[0] | (ptr[1]<<8) | (ptr[2]<<16) | (ptr[3]<<24)). PR_ALIGN flag prohibits converting such values to dwords/offsets. It looks safe to remove PR_ALIGN, code alignment is enforced in ana() already.