VirtualBox

Changeset 49900 in vbox for trunk/src


Ignore:
Timestamp:
Dec 13, 2013 4:51:32 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: 32-bit build fix.

File:
1 edited

Legend:

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

    r49898 r49900  
    15121512         */
    15131513#if HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
    1514         else if (   !CPUMIsGuestDebugStateActivePending(pVCpu))
     1514        else if (   !CPUMIsGuestDebugStateActivePending(pVCpu)
    15151515                 && !CPUMIsGuestDebugStateActive(pVCpu))
    15161516#else
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