VirtualBox

Changeset 16103 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 20, 2009 9:46:18 PM (16 years ago)
Author:
vboxsync
Message:

CPUMR0.cpp: minus RTLogPrintf.

File:
1 edited

Legend:

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

    r16102 r16103  
    173173        /* Restore the state on entry as we need to be in 64 bits mode to access the full state. */
    174174        pVCpu->cpum.s.fUseFlags |= CPUM_SYNC_FPU_STATE;
    175 RTLogPrintf("setting CPUM_SYNC_FPU_STATE\n");
    176175    }
    177176    else
     
    263262    {
    264263if (!(pVCpu->cpum.s.fUseFlags & CPUM_SYNC_FPU_STATE))
    265      RTLogPrintf("CPUMR0SaveGuestFPU: CPUM_SYNC_FPU_STATE is clear...\n");
    266 else RTLogPrintf("CPUMR0SaveGuestFPU: CPUM_SYNC_FPU_STATE is still set\n");
    267264        if (!(pVCpu->cpum.s.fUseFlags & CPUM_SYNC_FPU_STATE))
    268265            HWACCMR0SaveFPUState(pVM, pVCpu, pCtx);
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