VirtualBox

Changeset 45428 in vbox for trunk/src/VBox/Disassembler


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/Disassembler/DisasmCore.cpp

    r41886 r45428  
    293293    {
    294294        Log(("disReadMore failed with rc=%Rrc!!\n", rc));
    295         pDis->rc = VERR_DIS_MEM_READ;
     295        pDis->rc = rc;
    296296    }
    297297}
     
    26082608    {
    26092609        Log(("Initial read failed with rc=%Rrc!!\n", rc));
    2610         pDis->rc = VERR_DIS_MEM_READ;
     2610        pDis->rc = rc;
    26112611    }
    26122612}
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