VirtualBox

Changeset 26132 in vbox for trunk/src/VBox/VMM/PATM


Ignore:
Timestamp:
Feb 1, 2010 3:30:19 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57131
Message:

Wrong logging (minor)

File:
1 edited

Legend:

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

    r26130 r26132  
    59845984                                char szBuf[256];
    59855985                                szBuf[0] = '\0';
    5986                                 DBGFR3DisasInstrEx(pVM, pVCpu->idCpu, pCtx->cs, pCurPatchInstrGC, 0, szBuf, sizeof(szBuf), NULL);
     5986                                DBGFR3DisasInstrEx(pVM, pVCpu->idCpu, pCtx->cs, pCurPatchInstrGC + i, 0, szBuf, sizeof(szBuf), NULL);
    59875987                                Log(("FILL:  %s\n", szBuf));
    59885988#endif
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