VirtualBox

Changeset 1970 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 6, 2007 9:54:46 AM (18 years ago)
Author:
vboxsync
Message:

RT_LIKELY additions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r1969 r1970  
    14891489    uint32_t cpl;
    14901490
    1491     if (pVM->cpum.s.Guest.cr0 & X86_CR0_PE)
     1491    if (RT_LIKELY(pVM->cpum.s.Guest.cr0 & X86_CR0_PE))
    14921492    {
    1493         if (!pCtxCore->eflags.Bits.u1VM)
     1493        if (RT_LIKELY(!pCtxCore->eflags.Bits.u1VM))
    14941494        {
    14951495            cpl = (pCtxCore->ss & X86_SEL_RPL);
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