Make 32bit read out of bounds not get rotated if they are unaligned.

This commit is contained in:
normmatt234 2013-03-28 17:27:55 +00:00
parent 97fa577cf9
commit c70d1d7501
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ unreadable:
CPUReadHalfWordQuick(reg[15].I) << 16;
}
}
break;
return value;
}
if(oldAddress & 3) {