Changeset 9659 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 12, 2008 12:37:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r9658 r9659 1880 1880 * Only allow 32-bit code. 1881 1881 */ 1882 if (SELMGet SelectorType(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid) == CPUMODE_16BIT)1882 if (SELMGetCpuModeFromSelector(pVM, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid) == CPUMODE_16BIT) 1883 1883 { 1884 1884 RTGCPTR pbCode; … … 1975 1975 * Only allow 32-bit code. 1976 1976 */ 1977 if (SELMGet SelectorType(pVM, pCtx->eflags, pCtx->cs, &pCtx->csHid))1977 if (SELMGetCpuModeFromSelector(pVM, pCtx->eflags, pCtx->cs, &pCtx->csHid)) 1978 1978 { 1979 1979 RTGCPTR pbCode;
Note:
See TracChangeset
for help on using the changeset viewer.