summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S')
-rw-r--r--firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S b/firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S
index 581a4f3fc3..d8dfccc37b 100644
--- a/firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S
+++ b/firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S
@@ -238,7 +238,7 @@ lcd_write_yuv420_lines:
238 subs r1, r1, #2 @ subtract block from width 238 subs r1, r1, #2 @ subtract block from width
239 bgt 10b @ loop line @ 239 bgt 10b @ loop line @
240 @ 240 @
241 ldmfd sp!, { r4-r10, pc } @ restore registers and return 241 ldmpc regs=r4-r10 @ restore registers and return
242 .ltorg @ dump constant pool 242 .ltorg @ dump constant pool
243 .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines 243 .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines
244 244
@@ -545,6 +545,6 @@ lcd_write_yuv420_lines_odither:
545 subs r1, r1, #2 @ subtract block from width 545 subs r1, r1, #2 @ subtract block from width
546 bgt 10b @ loop line @ 546 bgt 10b @ loop line @
547 @ 547 @
548 ldmfd sp!, { r4-r11, pc } @ restore registers and return 548 ldmpc regs=r4-r11 @ restore registers and return
549 .ltorg @ dump constant pool 549 .ltorg @ dump constant pool
550 .size lcd_write_yuv420_lines_odither, .-lcd_write_yuv420_lines_odither 550 .size lcd_write_yuv420_lines_odither, .-lcd_write_yuv420_lines_odither