VirtualBox

Changeset 49285 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Oct 25, 2013 9:50:20 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: nits.

File:
1 edited

Legend:

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

    r49284 r49285  
    36383638    bool fInterceptDB     = false;
    36393639    bool fInterceptMovDRx = false;
    3640     if (pVCpu->hm.s.fSingleInstruction || DBGFIsStepping(pVCpu))
     3640    if (   pVCpu->hm.s.fSingleInstruction
     3641        || DBGFIsStepping(pVCpu))
    36413642    {
    36423643        /* If the CPU supports the monitor trap flag, use it for single stepping in DBGF and avoid intercepting #DB. */
     
    36573658    }
    36583659
    3659     if (fInterceptDB || (CPUMGetHyperDR7(pVCpu) & X86_DR7_ENABLED_MASK))
     3660    if (   fInterceptDB
     3661        || (CPUMGetHyperDR7(pVCpu) & X86_DR7_ENABLED_MASK))
    36603662    {
    36613663        /*
     
    68736875        || fBlockMovSS)
    68746876    {
    6875         if (!pVCpu->hm.s.fSingleInstruction && !DBGFIsStepping(pVCpu))
     6877        if (   !pVCpu->hm.s.fSingleInstruction
     6878            && !DBGFIsStepping(pVCpu))
    68766879        {
    68776880            Assert(pVCpu->hm.s.vmx.fUpdatedGuestState & HMVMX_UPDATED_GUEST_RFLAGS);
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