Changeset 13163 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 10, 2008 11:22:20 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37682
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r13162 r13163 854 854 { 855 855 /* VT-x will not allow high selector bases in v86 mode; fall back to the recompiler in that case. */ 856 if ( pCtx->csHid.u64Base > 0xfffff 856 if ( ( pCtx->csHid.u64Base > 0xfffff 857 && pCtx->csHid.u64Base != 0xffff0000) 857 858 || pCtx->dsHid.u64Base > 0xfffff 858 859 || pCtx->esHid.u64Base > 0xfffff
Note:
See TracChangeset
for help on using the changeset viewer.