Changeset 66923 in vbox
- Timestamp:
- May 17, 2017 6:21:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r66876 r66923 4078 4078 if (fRaiseInfo & IEMXCPTRAISEINFO_NMI_XCPT) 4079 4079 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_BLOCK_NMIS); 4080 } else if (uIdtVector == X86_XCPT_PF) { 4081 /* If the previous exception was a #PF, we need to recover the CR2 value. 4080 } 4081 else if (uIdtVector == X86_XCPT_PF) 4082 { 4083 /* 4084 * If the previous exception was a #PF, we need to recover the CR2 value. 4082 4085 * This can't happen with shadow paging. 4083 4086 */
Note:
See TracChangeset
for help on using the changeset viewer.