]> Git Repo - qemu.git/blobdiff - hw/scsi-disk.c
fixed VGA resolutions with height > 1024
[qemu.git] / hw / scsi-disk.c
index a2f299e951c35ea9482487cd0d99b8e24a5188cb..55a26239d8594eb88c4d9c34e9a1c550caedaad1 100644 (file)
@@ -447,6 +447,7 @@ int32_t scsi_send_command(SCSIDevice *s, uint32_t tag, uint8_t *buf, int lun)
             s->buf_len = 8;
         } else {
             scsi_command_complete(s, SENSE_NOT_READY);
+            return 0;
         }
        break;
     case 0x08:
This page took 0.018549 seconds and 4 git commands to generate.