Changeset 66749 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 2, 2017 3:52:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r66717 r66749 5743 5743 * @param uVector The event vector. 5744 5744 * @param uVmxVectorType The VMX event type. 5745 * 5746 * @remarks This function currently only constructs flags required for 5747 * IEMEvaluateRecursiveXcpt and not the complete flags (e.g, error-code 5748 * and CR2 aspects of an exception are not included). 5745 5749 */ 5746 5750 static uint32_t hmR0VmxGetIemXcptFlags(uint8_t uVector, uint32_t uVmxVectorType)
Note:
See TracChangeset
for help on using the changeset viewer.