Changeset 24613 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 12, 2009 5:04:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54764
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SSM.cpp
r24575 r24613 1471 1471 continue; 1472 1472 } 1473 else if (pszName) 1474 { 1475 AssertMsgFailed(("Caller is not owner! Owner=%p Caller=%p %s\n", 1476 pUnit->u.Drv.pDrvIns, pDrvIns, pszName)); 1477 return VERR_SSM_UNIT_NOT_OWNER; 1478 } 1473 1474 AssertMsgReturn(!pszName, 1475 ("Caller is not owner! Owner=%p Caller=%p %s\n", pUnit->u.Drv.pDrvIns, pDrvIns, pszName), 1476 VERR_SSM_UNIT_NOT_OWNER); 1479 1477 } 1480 1478
Note:
See TracChangeset
for help on using the changeset viewer.