Changeset 33066 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 12, 2010 1:35:36 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66593
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r32506 r33066 2258 2258 } 2259 2259 } 2260 /* VT-x also chokes on invalid tr or ldtr selectors (minix) */ 2261 if ( pCtx->tr > pCtx->gdtr.cbGdt 2262 || pCtx->ldtr > pCtx->gdtr.cbGdt) 2263 { 2264 return false; 2265 } 2260 2266 } 2261 2267 }
Note:
See TracChangeset
for help on using the changeset viewer.