Changeset 38515 in vbox for trunk/src/VBox/Runtime/common/dbg/dbgmodnm.cpp
- Timestamp:
- Aug 24, 2011 2:33:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmodnm.cpp
r36555 r38515 464 464 { 465 465 /* 466 * Fend off images. 467 */ 468 if ( !pMod->pszDbgFile 469 || pMod->pImgVt) 470 return VERR_DBG_NO_MATCHING_INTERPRETER; 471 472 /* 466 473 * Try open the file and create an instance. 467 474 */
Note:
See TracChangeset
for help on using the changeset viewer.