修复编译失败

This commit is contained in:
anod 2023-03-20 22:06:56 +08:00
parent cc6aa03f4f
commit 305e08badb

View File

@ -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 );