From 305e08badb0542f50e137cedfeb434af22faf348 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Mon, 20 Mar 2023 22:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/open_agb_firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index 5ec1d2c..46be1d2 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -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 );