Changeset 9659 in vbox for trunk/include
- Timestamp:
- Jun 12, 2008 12:37:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/selm.h
r9658 r9659 233 233 234 234 /** 235 * Return the selector type235 * Return the cpu mode corresponding to the (CS) selector 236 236 * 237 237 * @returns DISCPUMODE according to the selector type (16, 32 or 64 bits) … … 241 241 * @param pHiddenSel The hidden selector register. 242 242 */ 243 SELMDECL(DISCPUMODE) SELMGet SelectorType(PVM pVM, X86EFLAGS eflags, RTSEL Sel, PCPUMSELREGHIDpHiddenSel);243 SELMDECL(DISCPUMODE) SELMGetCpuModeFromSelector(PVM pVM, X86EFLAGS eflags, RTSEL Sel, CPUMSELREGHID *pHiddenSel); 244 244 245 245 /**
Note:
See TracChangeset
for help on using the changeset viewer.