- Timestamp:
- Nov 19, 2019 3:59:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r81997 r81998 4184 4184 ataR3LockEnter(pDevIns, pCtl); 4185 4185 ataR3CmdOK(pCtl, s, ATA_STAT_SEEK); 4186 ataHCSetIRQ(pDevIns, pCtl, s);4187 4186 return false; 4188 4187 } … … 4200 4199 ataR3LockEnter(pDevIns, pCtl); 4201 4200 ataR3CmdOK(pCtl, s, ATA_STAT_SEEK); 4202 ataHCSetIRQ(pDevIns, pCtl, s);4203 4201 return false; 4204 4202 }
Note:
See TracChangeset
for help on using the changeset viewer.