Changeset 46659 in vbox for trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
- Timestamp:
- Jun 19, 2013 1:42:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r46557 r46659 2915 2915 2916 2916 /* Force to reload LDTR, so we'll execute VMLoad to load additional guest state. */ 2917 pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_LDTR; 2917 pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_LDTR; /** @todo r=ramshankar: I can't understand what effect this will have. 2918 Probably a left over? */ 2918 2919 2919 2920 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.