Changeset 75171 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 30, 2018 9:30:43 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CFGM.cpp
r73912 r75171 232 232 } 233 233 else 234 AssertMsgFailed(("Constructor failed with rc=%Rrc pfnCFGMConstructor=%p\n", rc, pfnCFGMConstructor));234 LogRel(("Constructor failed with rc=%Rrc pfnCFGMConstructor=%p\n", rc, pfnCFGMConstructor)); 235 235 236 236 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.