Changeset 10853
- Timestamp:
- 07/24/08 15:31:40 (4 months ago)
- Files:
-
- trunk/src/VBox/VMM/HWACCM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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;

