mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 14:24:12 +08:00
修正一个bug
This commit is contained in:
parent
f4a73b2901
commit
bca831ce9b
@ -376,7 +376,7 @@ static CodeLocation rom_fit_newsize( CodeLocation rom, int realend, int totalsiz
|
|||||||
}
|
}
|
||||||
else if( rom[i] == 0xffffffff )
|
else if( rom[i] == 0xffffffff )
|
||||||
{
|
{
|
||||||
if( szcurrent == 0xffffffff )
|
if( szcurrent == 0 )
|
||||||
{
|
{
|
||||||
START_FREE_BLOCK(0xffffffff);
|
START_FREE_BLOCK(0xffffffff);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user