VirtualBox

Changeset 5915 in vbox


Ignore:
Timestamp:
Dec 2, 2007 9:46:59 PM (17 years ago)
Author:
vboxsync
Message:

gcc-4.3 warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGFDisas.cpp

    r5874 r5915  
    285285        SelInfo.cbLimit             = pHiddenSel->u32Limit;
    286286        SelInfo.fHyper              = false;
    287         SelInfo.fRealMode           = !!(pCtxCore && pCtxCore->eflags.Bits.u1VM || enmMode == PGMMODE_REAL);
     287        SelInfo.fRealMode           = !!((pCtxCore && pCtxCore->eflags.Bits.u1VM) || enmMode == PGMMODE_REAL);
    288288        SelInfo.Raw.au32[0]         = 0;
    289289        SelInfo.Raw.au32[1]         = 0;
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