apply 1176 to bgklink
git-svn-id: https://svn.code.sf.net/p/vbam/code/branches/bgk-link@1177 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
b27073e7d6
commit
4a494a8ddf
|
@ -149,9 +149,8 @@ unreadable:
|
|||
break;
|
||||
}
|
||||
|
||||
if(address & 3) {
|
||||
if(oldAddress & 3) {
|
||||
#ifdef C_CORE
|
||||
int shift = (address & 3) << 3;
|
||||
value = (value >> shift) | (value << (32 - shift));
|
||||
#else
|
||||
#ifdef __GNUC__
|
||||
|
|
Loading…
Reference in New Issue