VirtualBox

Changeset 9659 in vbox for trunk/include


Ignore:
Timestamp:
Jun 12, 2008 12:37:02 PM (17 years ago)
Author:
vboxsync
Message:

SELMGetCpuModeFromSelector is a better name.

File:
1 edited

Legend:

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

    r9658 r9659  
    233233
    234234/**
    235  * Return the selector type
     235 * Return the cpu mode corresponding to the (CS) selector
    236236 *
    237237 * @returns DISCPUMODE according to the selector type (16, 32 or 64 bits)
     
    241241 * @param   pHiddenSel The hidden selector register.
    242242 */
    243 SELMDECL(DISCPUMODE) SELMGetSelectorType(PVM pVM, X86EFLAGS eflags, RTSEL Sel, PCPUMSELREGHID pHiddenSel);
     243SELMDECL(DISCPUMODE) SELMGetCpuModeFromSelector(PVM pVM, X86EFLAGS eflags, RTSEL Sel, CPUMSELREGHID *pHiddenSel);
    244244
    245245/**
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