VirtualBox

Changeset 9658 in vbox for trunk/include


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

Renamed SELMIsSelector32Bit to SELMGetSelectorType.

File:
1 edited

Legend:

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

    r9212 r9658  
    3434#include <VBox/types.h>
    3535#include <VBox/x86.h>
     36#include <VBox/dis.h>
    3637
    3738
     
    232233
    233234/**
    234  * Checks if a selector is 32-bit or 16-bit.
    235  *
    236  * @returns True if it is 32-bit.
    237  * @returns False if it is 16-bit.
     235 * Return the selector type
     236 *
     237 * @returns DISCPUMODE according to the selector type (16, 32 or 64 bits)
    238238 * @param   pVM        VM Handle.
    239239 * @param   eflags     Current eflags register
     
    241241 * @param   pHiddenSel The hidden selector register.
    242242 */
    243 SELMDECL(bool) SELMIsSelector32Bit(PVM pVM, X86EFLAGS eflags, RTSEL Sel, PCPUMSELREGHID pHiddenSel);
     243SELMDECL(DISCPUMODE) SELMGetSelectorType(PVM pVM, X86EFLAGS eflags, RTSEL Sel, PCPUMSELREGHID 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