- Timestamp:
- Oct 10, 2018 12:12:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r74736 r74737 3689 3689 iemVmxVmcsSetExitIntErrCode(pVCpu, uErrCode); 3690 3690 iemVmxVmcsSetExitQual(pVCpu, uExitQual); 3691 iemVmxVmexit(pVCpu, uExitReason);3691 return iemVmxVmexit(pVCpu, uExitReason); 3692 3692 } 3693 3693
Note:
See TracChangeset
for help on using the changeset viewer.