VirtualBox

Ignore:
Timestamp:
Apr 9, 2013 12:32:35 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84859
Message:

VMM: Propagate errors from PGM through the disassembler. Get rid of VERR_EM_INTERNAL_DISAS_ERROR and dependents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r45301 r45428  
    461461    if (RT_SUCCESS(rc))
    462462        return VINF_SUCCESS;
    463     AssertMsgFailed(("DISCoreOne failed to GCPtrInstr=%RGv rc=%Rrc\n", GCPtrInstr, rc));
    464     return VERR_EM_INTERNAL_DISAS_ERROR;
     463    AssertMsg(rc == VERR_PAGE_NOT_PRESENT || rc == VERR_PAGE_TABLE_NOT_PRESENT, ("DISCoreOne failed to GCPtrInstr=%RGv rc=%Rrc\n", GCPtrInstr, rc));
     464    return rc;
    465465}
    466466
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