fix another typo. this is why i said I dont have a code pattern i like yet
This commit is contained in:
parent
15a712cc42
commit
87124da471
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue