修整一下输出log的位置

This commit is contained in:
anod 2023-03-20 22:18:08 +08:00
parent 6b3a85932a
commit 3fb632787c

View File

@ -155,8 +155,8 @@ Result dump_rom( u32 size )
if( res != RES_OK)
break;
if( ((u32)p-ROM_LOC) % 4096 == 0)
ee_printf("remain %d bytes to save.\n", size);
if( ((u32)p-ROM_LOC) % 1024*128 == 0)
ee_printf("\x1b[1Gremain %d bytes to save.", size);
}
fClose( file );