Changeset 92583 in vbox for trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp
- Timestamp:
- Nov 24, 2021 9:13:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp
r92541 r92583 2781 2781 { 2782 2782 LogFlow(("nemR0WinImportState: -> PGMUpdateCR3!\n")); 2783 rc = PGMUpdateCR3(pGVCpu, pCtx->cr3, false /*f PdpesMapped*/);2783 rc = PGMUpdateCR3(pGVCpu, pCtx->cr3, false /*fCr3Mapped*/); 2784 2784 if (rc == VINF_SUCCESS) 2785 2785 { /* likely */ }
Note:
See TracChangeset
for help on using the changeset viewer.