VirtualBox

Changeset 42415 in vbox


Ignore:
Timestamp:
Jul 26, 2012 3:29:29 PM (13 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpumctx.h

    r42407 r42415  
    8585    (   ((a_pSelReg)->fFlags & CPUMSELREG_FLAGS_VALID) \
    8686     && (   (a_pSelReg)->ValidSel == (a_pSelReg)->Sel \
    87          || (   (a_pVCpu) != NULL \
     87         || (   (a_pVCpu) /*!= NULL*/ \
    8888             && (a_pSelReg)->ValidSel == ((a_pSelReg)->Sel & X86_SEL_MASK_RPL) \
    8989             && ((a_pSelReg)->Sel      & X86_SEL_RPL) == 1 \
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