Changeset 26220 in vbox
- Timestamp:
- Feb 3, 2010 9:40:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMLdr.cpp
r26155 r26220 1250 1250 * Find the module. 1251 1251 */ 1252 int rc;1252 int rc = VINF_SUCCESS; 1253 1253 PPDMMOD pModule = pdmR3LdrFindModule(pVM->pUVM, 1254 1254 pszModule ? pszModule : fRing0OrRC ? "VMMR0.r0" : "VMMGC.gc",
Note:
See TracChangeset
for help on using the changeset viewer.