VirtualBox

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


Ignore:
Timestamp:
Sep 1, 2008 3:40:03 PM (16 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

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

    r11925 r11929  
    61816181
    61826182    Log2(("pPatchBlockGC %VRv - pEip %VRv corresponding GC address %VRv\n", PATCHCODE_PTR_GC(&pPatch->patch), pEip, pNewEip));
    6183 
     6183#ifdef LOG_ENABLED
     6184    CPUMR3DisasmInstr(pVM, pCtx, pNewEip, "PATCHRET: ");
     6185#endif
    61846186    if (pNewEip >= pPatch->patch.pPrivInstrGC && pNewEip < pPatch->patch.pPrivInstrGC + pPatch->patch.cbPatchJump)
    61856187    {
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