VirtualBox

Changeset 12789 in vbox


Ignore:
Timestamp:
Sep 29, 2008 11:20:34 AM (16 years ago)
Author:
vboxsync
Message:

Corrections

File:
1 edited

Legend:

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

    r12786 r12789  
    763763    {
    764764        /* VT-x will not allow high selector bases in v86 mode; fall back to the recompiler in that case. */
    765         if (    pCtx->dsHid.n.u64Base > 0xfffff
    766             ||  pCtx->esHid.n.u64Base > 0xfffff
    767             ||  pCtx->fsHid.n.u64Base > 0xfffff
    768             ||  pCtx->gsHid.n.u64Base > 0xfffff)
     765        if (    pCtx->dsHid.u64Base > 0xfffff
     766            ||  pCtx->esHid.u64Base > 0xfffff
     767            ||  pCtx->fsHid.u64Base > 0xfffff
     768            ||  pCtx->gsHid.u64Base > 0xfffff)
    769769            return false;
    770770    }
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