summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootloader/main-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index ec83af5485..b0add13fb4 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -602,7 +602,7 @@ void* main(void)
602 { 602 {
603 printf("dumping sector %d", i); 603 printf("dumping sector %d", i);
604 } 604 }
605 ata_read_sectors(0, pinfo->start + i, 1, sector); 605 ata_read_sectors(IF_MV2(0,) pinfo->start + i, 1, sector);
606 write(fd,sector,512); 606 write(fd,sector,512);
607 } 607 }
608 close(fd); 608 close(fd);