Changeset 64676 in vbox
- Timestamp:
- Nov 15, 2016 3:40:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r64663 r64676 9023 9023 /* Restore any residual host-state and save any bits shared between host 9024 9024 and guest into the guest-CPU state. Re-enables interrupts! */ 9025 hmR0VmxPostRunGuest(pVM, pVCpu, pCtx, &VmxTransient, VBOXSTRICTRC_TODO(rcStrict));9025 hmR0VmxPostRunGuest(pVM, pVCpu, pCtx, &VmxTransient, rcRun); 9026 9026 9027 9027 /* Check for errors with running the VM (VMLAUNCH/VMRESUME). */ … … 10157 10157 * and guest into the guest-CPU state. Re-enables interrupts! 10158 10158 */ 10159 hmR0VmxPostRunGuest(pVM, pVCpu, pCtx, &VmxTransient, VBOXSTRICTRC_TODO(rcStrict));10159 hmR0VmxPostRunGuest(pVM, pVCpu, pCtx, &VmxTransient, rcRun); 10160 10160 10161 10161 /* Check for errors with running the VM (VMLAUNCH/VMRESUME). */
Note:
See TracChangeset
for help on using the changeset viewer.