mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 14:24:12 +08:00
修复编译失败
This commit is contained in:
parent
cc6aa03f4f
commit
305e08badb
@ -155,7 +155,7 @@ Result dump_rom( u32 size )
|
||||
if( res != RES_OK)
|
||||
break;
|
||||
|
||||
if( (p-ROM_LOC) % 4096 == 0)
|
||||
if( ((u32)p-ROM_LOC) % 4096 == 0)
|
||||
ee_printf("remain %d bytes to save.\n");
|
||||
}
|
||||
fClose( file );
|
||||
|
Loading…
x
Reference in New Issue
Block a user