Changeset 47715 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 14, 2013 12:11:35 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r47681 r47715 751 751 * Make sure the hypervisor values are up to date. 752 752 */ 753 CPUMRecalcHyperDRx(pVCpu, UINT8_MAX /* no loading, please */ );753 CPUMRecalcHyperDRx(pVCpu, UINT8_MAX /* no loading, please */, true); 754 754 755 755 /*
Note:
See TracChangeset
for help on using the changeset viewer.