Changeset 40280 in vbox for trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
- Timestamp:
- Feb 28, 2012 7:47:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r39136 r40280 1635 1635 case BUSLOGIC_REGISTER_CONTROL: 1636 1636 { 1637 rc = PDMCritSectEnter(&pBusLogic->CritSectIntr, VINF_IOM_ HC_IOPORT_WRITE);1637 rc = PDMCritSectEnter(&pBusLogic->CritSectIntr, VINF_IOM_R3_IOPORT_WRITE); 1638 1638 if (rc != VINF_SUCCESS) 1639 1639 return rc; … … 1654 1654 buslogicIntiateHardReset(pBusLogic); 1655 1655 #else 1656 rc = VINF_IOM_ HC_IOPORT_WRITE;1656 rc = VINF_IOM_R3_IOPORT_WRITE; 1657 1657 #endif 1658 1658 }
Note:
See TracChangeset
for help on using the changeset viewer.