Changeset 13164 in vbox
- Timestamp:
- Oct 10, 2008 11:23:35 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/HWACCM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r13163 r13164 855 855 /* VT-x will not allow high selector bases in v86 mode; fall back to the recompiler in that case. */ 856 856 if ( ( pCtx->csHid.u64Base > 0xfffff 857 && pCtx->csHid.u64Base != 0xffff0000 )857 && pCtx->csHid.u64Base != 0xffff0000 /* we can deal with the BIOS code as it's also mapped into the lower region. */) 858 858 || pCtx->dsHid.u64Base > 0xfffff 859 859 || pCtx->esHid.u64Base > 0xfffff
Note:
See TracChangeset
for help on using the changeset viewer.

