Changeset 40360 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Mar 5, 2012 3:41:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HWACCM.cpp
r40280 r40360 2281 2281 if ( ( pCtx->cs != (pCtx->csHid.u64Base >> 4) 2282 2282 && pCtx->csHid.u64Base != 0xffff0000 /* we can deal with the BIOS code as it's also mapped into the lower region. */) 2283 || (pCtx->csHid.u32Limit != 0xffff) 2284 || (pCtx->dsHid.u32Limit != 0xffff) 2285 || (pCtx->esHid.u32Limit != 0xffff) 2286 || (pCtx->ssHid.u32Limit != 0xffff) 2287 || (pCtx->fsHid.u32Limit != 0xffff) 2288 || (pCtx->gsHid.u32Limit != 0xffff) 2283 2289 || pCtx->ds != (pCtx->dsHid.u64Base >> 4) 2284 2290 || pCtx->es != (pCtx->esHid.u64Base >> 4)
Note:
See TracChangeset
for help on using the changeset viewer.