Changeset 49997 in vbox
- Timestamp:
- Dec 24, 2013 1:30:51 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91431
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
r46936 r49997 2718 2718 /* Try the executable in case it has a NBxx tail header. */ 2719 2719 rc2 = rtDbgModCvProbeFile(pMod, pMod->pszImgFile, enmArch); 2720 if (RT_FAILURE(rc2) && (RT_SUCCESS(rc) || VERR_DBG_NO_MATCHING_INTERPRETER))2720 if (RT_FAILURE(rc2) && (RT_SUCCESS(rc) || rc == VERR_DBG_NO_MATCHING_INTERPRETER)) 2721 2721 rc = rc2; 2722 2722 }
Note:
See TracChangeset
for help on using the changeset viewer.