From: kub Date: Wed, 21 Feb 2024 18:10:44 +0000 (+0100) Subject: core, fix arm asm regression (bg color DMA crash) X-Git-Tag: v2.00~115 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89e9fb04a0ba37f8fb943707794032dcc1408d4;p=picodrive.git core, fix arm asm regression (bg color DMA crash) --- diff --git a/pico/draw_arm.S b/pico/draw_arm.S index 2b1b2e4f..c01439aa 100644 --- a/pico/draw_arm.S +++ b/pico/draw_arm.S @@ -1631,7 +1631,7 @@ PicoDoHighPal555_end: .global FinalizeLine555 FinalizeLine555: - ldr r3, [r11, #OFS_EST_rendstatus] + ldr r3, [r2, #OFS_EST_rendstatus] mov r0, r2 tst r3, #PDRAW_BGC_DMA bne BgcDMA