Changeset 51897 in vbox
- Timestamp:
- Jul 7, 2014 7:09:01 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp
r45808 r51897 988 988 { 989 989 LogFlow(("PDMR3DriverDetach: pszDevice=%p:{%s} iDevIns=%u iLun=%u pszDriver=%p:{%s} iOccurance=%u fFlags=%#x\n", 990 pszDevice, pszDevice, iDevIns, iLun, pszDriver, iOccurance, fFlags));990 pszDevice, pszDevice, iDevIns, iLun, pszDriver, pszDriver, iOccurance, fFlags)); 991 991 UVM_ASSERT_VALID_EXT_RETURN(pUVM, VERR_INVALID_VM_HANDLE); 992 992 PVM pVM = pUVM->pVM;
Note:
See TracChangeset
for help on using the changeset viewer.