Changeset 10498 in vbox for trunk/src/VBox
- Timestamp:
- Jul 11, 2008 9:15:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r10497 r10498 875 875 pVMCB->ctrl.NestedPaging.n.u1NestedPaging = pVM->hwaccm.s.fNestedPaging; 876 876 877 /* 878 * NOTE: DO NOT DO ANYTHING AFTER THIS POINT THAT MIGHT JUMP BACK TO RING 3! 879 * 880 */ 877 881 /* Force a TLB flush for the first world switch if the current cpu differs from the one we ran on last. */ 878 882 /* Note that this can happen both for start and resume due to long jumps back to ring 3. */
Note:
See TracChangeset
for help on using the changeset viewer.