Changeset 10853 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 24, 2008 1:31:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r10830 r10853 748 748 /* The guest is about to complete the switch to protected mode. Wait a bit longer. */ 749 749 /* Windows XP; switch to protected mode; all selectors are marked not present in the 750 * hidden registers (possible recompiler bug ) */750 * hidden registers (possible recompiler bug; see load_seg_vm) */ 751 751 if (pCtx->csHid.Attr.n.u1Present == 0) 752 752 return false;
Note:
See TracChangeset
for help on using the changeset viewer.