Changeset 43676 in vbox
- Timestamp:
- Oct 18, 2012 9:15:44 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/PC/BIOS/floppy.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/floppy.c
r38997 r43676 729 729 // AL=number of sectors written=0 730 730 AX = 0x0300; 731 SET_CF();732 return;733 731 } else { 734 BX_PANIC("%s: read error\n", __func__); 732 // Some other problem occurred. 733 AX = 0x0100; 735 734 } 735 SET_CF(); 736 return; 736 737 } 737 738
Note:
See TracChangeset
for help on using the changeset viewer.

