VirtualBox

Changeset 25862 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 15, 2010 1:47:46 PM (15 years ago)
Author:
vboxsync
Message:

SELM.cpp: Updated todo.

File:
1 edited

Legend:

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

    r25858 r25862  
    20132013         */
    20142014        RTSEL SelLdt = CPUMGetGuestLDTR(pVCpu);
    2015         if (    (unsigned)(SelLdt & X86_SEL_MASK) < sizeof(X86DESC) /* the first selector is invalid, right? */
     2015        if (    (unsigned)(SelLdt & X86_SEL_MASK) < sizeof(X86DESC) /* the first selector is invalid, right? */ /** @todo r=bird: No, I don't think so */
    20162016            ||  (unsigned)(SelLdt & X86_SEL_MASK) + sizeof(X86DESC) - 1 > (unsigned)Gdtr.cbGdt)
    20172017            return VERR_INVALID_SELECTOR;
     
    22252225             */
    22262226            RTSEL SelLdt = CPUMGetGuestLDTR(pVCpu);
    2227             if (    (unsigned)(SelLdt & X86_SEL_MASK) < sizeof(X86DESC) /* the first selector is invalid, right? */
     2227            if (    (unsigned)(SelLdt & X86_SEL_MASK) < sizeof(X86DESC) /* the first selector is invalid, right? */ /** @todo r=bird: No, I don't think so */
    22282228                ||  (unsigned)(SelLdt & X86_SEL_MASK) + sizeof(X86DESC) - 1 > (unsigned)Gdtr.cbGdt)
    22292229                return VERR_INVALID_SELECTOR;
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