VirtualBox

Changeset 1141 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 1, 2007 5:41:56 PM (18 years ago)
Author:
vboxsync
Message:

Logging change

File:
1 edited

Legend:

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

    r1138 r1141  
    25192519        PPATMGCSTATE pGCState = PATMR3QueryGCStateHC(pVM);
    25202520        if (pCtx->eflags.Bits.u1VM)
    2521             Log(("RV86: %08X IF=%d VMFlags=%x\n", pCtx->eip, pCtx->eflags.Bits.u1IF, pGCState->uVMFlags));
     2521            Log(("RV86: %04X:%08X IF=%d VMFlags=%x\n", pCtx->cs, pCtx->eip, pCtx->eflags.Bits.u1IF, pGCState->uVMFlags));
    25222522        else if ((pCtx->ss & X86_SEL_RPL) == 1)
    25232523        {
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