Changeset 12709 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 25, 2008 9:24:33 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37018
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMLdr.cpp
r11889 r12709 296 296 297 297 /* Something went wrong, most likely module not found. Don't consider other unlikely errors */ 298 rc = VMSetError(pUVM->pVM, rc, RT_SRC_POS, N_("Unable to load R3 module %s (%s)"), pModule->szFilename, pszName); 298 299 RTMemFree(pModule); 299 return VMSetError(pUVM->pVM, rc, RT_SRC_POS, N_("Unable to load R3 module %s"), pszFilename);300 return rc; 300 301 } 301 302
Note:
See TracChangeset
for help on using the changeset viewer.