VirtualBox

Changeset 1156 in vbox


Ignore:
Timestamp:
Mar 2, 2007 1:47:46 PM (18 years ago)
Author:
vboxsync
Message:

Reversed printing & executing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r1148 r1156  
    967967    {
    968968        DBGFR3PrgStep(pVM);
     969        DBGFR3DisasInstrCurrentLog(pVM, "RSS: ");
    969970        emR3RawStep(pVM);
    970         DBGFR3DisasInstrCurrentLog(pVM, "RSS: ");
    971971    }
    972972    Log(("Single step END:\n"));
     
    986986    {
    987987        DBGFR3PrgStep(pVM);
     988        DBGFR3DisasInstrCurrentLog(pVM, "RSS: ");
    988989        emR3RemStep(pVM);
    989         DBGFR3DisasInstrCurrentLog(pVM, "RSS: ");
    990990    }
    991991    Log(("Single step END:\n"));
Note: See TracChangeset for help on using the changeset viewer.

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