- Timestamp:
- Jan 10, 2019 8:03:57 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r76742 r76751 3513 3513 uint32_t uXcptBitmap = pVCpu->hm.s.vmx.u32XcptBitmap; 3514 3514 3515 /* The remaining exception intercepts are handled elsewhere, e.g. in hmR0VmxExport SharedCR0(). */3515 /* The remaining exception intercepts are handled elsewhere, e.g. in hmR0VmxExportGuestCR0(). */ 3516 3516 if (pVCpu->hm.s.fGIMTrapXcptUD) 3517 3517 uXcptBitmap |= RT_BIT(X86_XCPT_UD);
Note:
See TracChangeset
for help on using the changeset viewer.