VirtualBox

Changeset 16077 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 20, 2009 10:47:40 AM (16 years ago)
Author:
vboxsync
Message:

Minor logging change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r15981 r16077  
    22772277#endif
    22782278
    2279     Log2(("E%d", exitReason));
     2279    Log2(("E%d: New EIP=%RGv\n", exitReason, (RTGCPTR)pCtx->rip));
    22802280    Log2(("Exit reason %d, exitQualification %RGv\n", (uint32_t)exitReason, exitQualification));
    22812281    Log2(("instrInfo=%d instrError=%d instr length=%d\n", (uint32_t)instrInfo, (uint32_t)instrError, (uint32_t)cbInstr));
    22822282    Log2(("Interruption error code %d\n", (uint32_t)errCode));
    22832283    Log2(("IntInfo = %08x\n", (uint32_t)intInfo));
    2284     Log2(("New EIP=%RGv\n", (RTGCPTR)pCtx->rip));
    22852284
    22862285    if (fSyncTPR)
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