Changeset 12789 in vbox
- Timestamp:
- Sep 29, 2008 11:20:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r12786 r12789 763 763 { 764 764 /* VT-x will not allow high selector bases in v86 mode; fall back to the recompiler in that case. */ 765 if ( pCtx->dsHid. n.u64Base > 0xfffff766 || pCtx->esHid. n.u64Base > 0xfffff767 || pCtx->fsHid. n.u64Base > 0xfffff768 || pCtx->gsHid. n.u64Base > 0xfffff)765 if ( pCtx->dsHid.u64Base > 0xfffff 766 || pCtx->esHid.u64Base > 0xfffff 767 || pCtx->fsHid.u64Base > 0xfffff 768 || pCtx->gsHid.u64Base > 0xfffff) 769 769 return false; 770 770 }
Note:
See TracChangeset
for help on using the changeset viewer.