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