VirtualBox

Changeset 49997 in vbox


Ignore:
Timestamp:
Dec 24, 2013 1:30:51 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91431
Message:

oops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp

    r46936 r49997  
    27182718            /* Try the executable in case it has a NBxx tail header. */
    27192719            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))
    27212721                rc = rc2;
    27222722        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette