- Timestamp:
- Apr 7, 2017 7:54:56 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp
r64133 r66467 684 684 AssertMsgFailed(("Failed to construct '%s'/%d! %Rra\n", pUsbIns->pReg->szName, pUsbIns->iInstance, rc)); 685 685 if (rc == VERR_VERSION_MISMATCH) 686 rc = VERR_PDM_ DRIVER_VERSION_MISMATCH;686 rc = VERR_PDM_USBDEV_VERSION_MISMATCH; 687 687 } 688 688 if (fAtRuntime)
Note:
See TracChangeset
for help on using the changeset viewer.

