VirtualBox

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


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

Logging change

File:
1 edited

Legend:

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

    r1091 r1138  
    716716    PCPUMCTX pCtx = pVM->em.s.pCtx;
    717717    if (pCtx->eflags.Bits.u1VM)
    718         Log(("EMV86: %08X IF=%d\n", pCtx->eip, pCtx->eflags.Bits.u1IF));
     718        Log(("EMV86: %04X:%08X IF=%d\n", pCtx->cs, pCtx->eip, pCtx->eflags.Bits.u1IF));
    719719    else if ((pCtx->ss & X86_SEL_RPL) == 0)
    720720        Log(("EMR0: %08X ESP=%08X IF=%d CPL=%d\n", pCtx->eip, pCtx->esp, pCtx->eflags.Bits.u1IF, (pCtx->ss & X86_SEL_RPL)));
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