Changeset 92585 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- Nov 24, 2021 10:40:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r92583 r92585 3963 3963 /* Could happen as a result of longjump. */ 3964 3964 if (VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_HM_UPDATE_CR3)) 3965 PGMUpdateCR3(pVCpu, CPUMGetGuestCR3(pVCpu), false /* f PdpesMapped */);3965 PGMUpdateCR3(pVCpu, CPUMGetGuestCR3(pVCpu), false /* fCr3Mapped */); 3966 3966 3967 3967 /* Update pending interrupts into the APIC's IRR. */
Note:
See TracChangeset
for help on using the changeset viewer.