VirtualBox

Changeset 16132 in vbox


Ignore:
Timestamp:
Jan 21, 2009 12:30:44 PM (16 years ago)
Author:
vboxsync
Message:

EM.cpp: Added a debug log statement for REMR3EmulationInstruction.

File:
1 edited

Legend:

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

    r15609 r16132  
    13351335#endif /* 0 */
    13361336    STAM_PROFILE_START(&pVM->em.s.StatREMEmu, a);
     1337    Log(("EMINS: %04x:%RGv RSP=%RGv\n", pCtx->cs, (RTGCPTR)pCtx->rip, (RTGCPTR)pCtx->rsp));
    13371338    rc = REMR3EmulateInstruction(pVM);
    13381339    STAM_PROFILE_STOP(&pVM->em.s.StatREMEmu, a);
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