VirtualBox

Changeset 49288 in vbox


Ignore:
Timestamp:
Oct 25, 2013 1:11:56 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90237
Message:

VMM/HMVMXR0: Fix for MOV DRx intercepts on 32-bit hosts with 64-bit guests.

File:
1 edited

Legend:

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

    r49285 r49288  
    37273727         */
    37283728#if HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
    3729         else if (   (   CPUMIsGuestInLongModeEx(pMixedCtx)
    3730                      && !CPUMIsGuestDebugStateActivePending(pVCpu))
    3731                  || !CPUMIsGuestDebugStateActive(pVCpu))
     3729        else if (   !CPUMIsGuestDebugStateActivePending(pVCpu)
     3730                 && !CPUMIsGuestDebugStateActive(pVCpu))
    37323731#else
    37333732        else if (!CPUMIsGuestDebugStateActive(pVCpu))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette