Index: /trunk/src/VBox/Devices/PC/BIOS/rombios.c
===================================================================
--- /trunk/src/VBox/Devices/PC/BIOS/rombios.c	(revision 35062)
+++ /trunk/src/VBox/Devices/PC/BIOS/rombios.c	(revision 35063)
@@ -5586,7 +5586,9 @@
         else
 #endif
+        {
           write_word(ebda_seg,&EbdaData->ata.devices[device].blksize,count * 0x200);  
           status=ata_cmd_data_in(device, ATA_CMD_READ_MULTIPLE, count, cylinder, head, sector, lba, segment, offset);
           write_word(ebda_seg,&EbdaData->ata.devices[device].blksize,0x200);  
+        }
       }
       else
