Changeset 69139 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 20, 2017 8:46:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r68910 r69139 353 353 pVmcbNstGstCtrl->u16InterceptRdCRx = pNstGstVmcbCache->u16InterceptRdCRx; 354 354 pVmcbNstGstCtrl->u16InterceptWrCRx = pNstGstVmcbCache->u16InterceptWrCRx; 355 pVmcbNstGstCtrl->u16InterceptRd CRx = pNstGstVmcbCache->u16InterceptRdCRx;355 pVmcbNstGstCtrl->u16InterceptRdDRx = pNstGstVmcbCache->u16InterceptRdDRx; 356 356 pVmcbNstGstCtrl->u16InterceptWrDRx = pNstGstVmcbCache->u16InterceptWrDRx; 357 357 pVmcbNstGstCtrl->u32InterceptXcpt = pNstGstVmcbCache->u32InterceptXcpt;
Note:
See TracChangeset
for help on using the changeset viewer.