summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 72ebee2bd3..ce00ba4774 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -567,7 +567,7 @@ static void copy_read_sectors(unsigned char* buf, int wordcount)
567 "lea.l (16,%[buf]),%[buf] \n" 567 "lea.l (16,%[buf]),%[buf] \n"
568 "move.l %%d6,%%d2 \n" 568 "move.l %%d6,%%d2 \n"
569 "cmp.l %[buf],%[wcnt] \n" /* run up to last line bound */ 569 "cmp.l %[buf],%[wcnt] \n" /* run up to last line bound */
570 "bhi.b .loop_a_line \n" 570 "bhi.b .loop_u_line \n"
571 571
572 "lea.l (12,%[wcnt]),%[wcnt]\n" /* readjust for longword loop */ 572 "lea.l (12,%[wcnt]),%[wcnt]\n" /* readjust for longword loop */
573 "cmp.l %[buf],%[wcnt] \n" /* any trailing longwords? */ 573 "cmp.l %[buf],%[wcnt] \n" /* any trailing longwords? */