VirtualBox

Changeset 9806

Show
Ignore:
Timestamp:
06/18/08 18:35:14 (6 months ago)
Author:
vboxsync
Message:

Inverted

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy