Changeset 87346 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jan 21, 2021 11:42:23 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142322
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r87345 r87346 688 688 * Make sure the hypervisor values are up to date. 689 689 */ 690 CPUMRecalcHyperDRx(pVCpu, UINT8_MAX /* no loading, please */ , true);690 CPUMRecalcHyperDRx(pVCpu, UINT8_MAX /* no loading, please */); 691 691 692 692 /*
Note:
See TracChangeset
for help on using the changeset viewer.