VirtualBox

Changeset 9806 in vbox for trunk/include


Ignore:
Timestamp:
Jun 18, 2008 4:35:14 PM (17 years ago)
Author:
vboxsync
Message:

Inverted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/cpum.h

    r9802 r9806  
    576576DECLINLINE(bool) CPUMIsGuestIn64BitCodeEx(PCCPUMCTX pCtx)
    577577{
    578     if ((pCtx->msrEFER & MSR_K6_EFER_LMA))
     578    if (!(pCtx->msrEFER & MSR_K6_EFER_LMA))
    579579        return false;
    580580
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