Changeset 94818 in vbox
- Timestamp:
- May 4, 2022 9:33:08 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151211
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/SSM.cpp
r94802 r94818 9373 9373 * Validate input. 9374 9374 */ 9375 Assert PtrReturn(pszFilename ||pStreamOps, VERR_INVALID_POINTER);9375 AssertReturn(!pszFilename != !pStreamOps, VERR_INVALID_POINTER); 9376 9376 AssertMsgReturn(!fFlags, ("%#x\n", fFlags), VERR_INVALID_PARAMETER); 9377 9377 AssertPtrReturn(ppSSM, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.