Make 32bit read out of bounds not get rotated if they are unaligned.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1180 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
455105fd77
commit
eeeb048e4c
|
@ -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