mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 06:14:12 +08:00
调整了size
This commit is contained in:
parent
f830537f9e
commit
302ef55d01
@ -401,7 +401,7 @@ static CodeLocation rom_fit_newsize( CodeLocation rom, int realend, int totalsiz
|
|||||||
|
|
||||||
// grow cart volumn
|
// grow cart volumn
|
||||||
else if( szrom < size || nextPow2(size) != nextPow2(szrom) )
|
else if( szrom < size || nextPow2(size) != nextPow2(szrom) )
|
||||||
*newsize = size + INSTR_SIZE;
|
*newsize = size;
|
||||||
|
|
||||||
return rom + INSTR_LEN( realend );
|
return rom + INSTR_LEN( realend );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user