mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 06:14:12 +08:00
添加数据输出
This commit is contained in:
parent
305e08badb
commit
6b3a85932a
@ -156,7 +156,7 @@ Result dump_rom( u32 size )
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
if( ((u32)p-ROM_LOC) % 4096 == 0)
|
if( ((u32)p-ROM_LOC) % 4096 == 0)
|
||||||
ee_printf("remain %d bytes to save.\n");
|
ee_printf("remain %d bytes to save.\n", size);
|
||||||
}
|
}
|
||||||
fClose( file );
|
fClose( file );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user