Changeset 33125 in vbox
- Timestamp:
- Oct 14, 2010 9:46:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r33035 r33125 6449 6449 6450 6450 pAhciPortTaskState->uTag = AHCI_TASK_GET_TAG(uActTag); 6451 AssertMsg(pAhciPortTaskState->uTag < AHCI_NR_COMMAND_SLOTS, ("%s: Invalid Tag number !!\n", __FUNCTION__));6451 AssertMsg(pAhciPortTaskState->uTag < AHCI_NR_COMMAND_SLOTS, ("%s: Invalid Tag number %u!!\n", __FUNCTION__, pAhciPortTaskState->uTag)); 6452 6452 6453 6453 /** Set current command slot */
Note:
See TracChangeset
for help on using the changeset viewer.