fix another typo. this is why i said I dont have a code pattern i like yet

This commit is contained in:
zeromus 2010-02-06 15:51:04 +00:00
parent 15a712cc42
commit 87124da471
1 changed files with 1 additions and 1 deletions

View File

@ -1549,7 +1549,7 @@ static u32 readreg_POWCNT1(const int size, const u32 adr) {
}
case 16:
case 32:
return readreg_POWCNT1(8,adr)|(readreg_POWCNT1(8,adr)<<8);
return readreg_POWCNT1(8,adr)|(readreg_POWCNT1(8,adr+1)<<8);
}
assert(false);
return 0;