VirtualBox

Changeset 62034 in vbox for trunk


Ignore:
Timestamp:
Jul 6, 2016 8:44:44 AM (9 years ago)
Author:
vboxsync
Message:

PGMAllPool.cpp: Removed unwanted RTLogPrintf statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r61628 r62034  
    859859     * Must do this in raw mode (!); XP boot will fail otherwise.
    860860     */
    861 RTLogPrintf("pgmPoolAccessPfHandlerFlush\n");
    862861    VBOXSTRICTRC rc2 = EMInterpretInstructionDisasState(pVCpu, pDis, pRegFrame, pvFault, EMCODETYPE_ALL);
    863862    if (rc2 == VINF_SUCCESS)
     
    10261025     * Interpret the instruction.
    10271026     */
    1028 RTLogPrintf("pgmPoolAccessPfHandlerSimple\n");
    10291027    VBOXSTRICTRC rc = EMInterpretInstructionDisasState(pVCpu, pDis, pRegFrame, pvFault, EMCODETYPE_ALL);
    10301028    if (RT_SUCCESS(rc))
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