Make 32bit read out of bounds not get rotated if they are unaligned.
This commit is contained in:
parent
97fa577cf9
commit
c70d1d7501
|
@ -144,7 +144,7 @@ unreadable:
|
||||||
CPUReadHalfWordQuick(reg[15].I) << 16;
|
CPUReadHalfWordQuick(reg[15].I) << 16;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(oldAddress & 3) {
|
if(oldAddress & 3) {
|
||||||
|
|
Loading…
Reference in New Issue