Changeset 91580 in vbox for trunk/src/VBox/VMM/VMMR3/EM.cpp
- Timestamp:
- Oct 6, 2021 7:22:04 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r91271 r91580 1452 1452 { 1453 1453 CPUM_IMPORT_EXTRN_RCSTRICT(pVCpu, CPUMCTX_EXTRN_CR0 | CPUMCTX_EXTRN_CR3 | CPUMCTX_EXTRN_CR4 | CPUMCTX_EXTRN_EFER, rc); 1454 int rc2 = PGMUpdateCR3(pVCpu, CPUMGetGuestCR3(pVCpu));1454 int const rc2 = PGMUpdateCR3(pVCpu, CPUMGetGuestCR3(pVCpu), false /* fPdpesMapped */); 1455 1455 if (RT_FAILURE(rc2)) 1456 1456 return rc2;
Note:
See TracChangeset
for help on using the changeset viewer.