Changeset 32097 in vbox for trunk/src/VBox/VMM/VM.cpp
- Timestamp:
- Aug 30, 2010 1:17:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r32095 r32097 1774 1774 VM_ASSERT_VALID_EXT_RETURN(pVM, VERR_INVALID_VM_HANDLE); 1775 1775 VM_ASSERT_OTHER_THREAD(pVM); 1776 Assert PtrReturn(pszFilename|| pStreamOps, VERR_INVALID_POINTER);1776 AssertReturn(VALID_PTR(pszFilename) || pStreamOps, VERR_INVALID_POINTER); 1777 1777 AssertReturn(pStreamOps || *pszFilename, VERR_INVALID_PARAMETER); 1778 1778 AssertPtrNullReturn(pfnProgress, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.