Changeset 47446 in vbox
- Timestamp:
- Jul 29, 2013 1:06:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r47444 r47446 5770 5770 { 5771 5771 /* We need the control registers now, make sure the guest-CPU context is updated. */ 5772 int rc 2= hmR0VmxSaveGuestControlRegs(pVCpu, pMixedCtx);5773 AssertRCReturn(rc 2, rc2);5772 int rc3 = hmR0VmxSaveGuestControlRegs(pVCpu, pMixedCtx); 5773 AssertRCReturn(rc3, rc3); 5774 5774 5775 5775 /* Pending HM CR3 sync. */
Note:
See TracChangeset
for help on using the changeset viewer.