Changeset 91634 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 8, 2021 8:47:25 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r91580 r91634 5979 5979 fPdpesMapped = true; 5980 5980 } 5981 rc = PGMFlushTLB(pVCpu, pVCpu->cpum.GstCtx.cr3, !(pVCpu->cpum.GstCtx.cr4 & X86_CR4_PGE), fPdpesMapped);5981 rc = PGMFlushTLB(pVCpu, uNewCrX, !(pVCpu->cpum.GstCtx.cr4 & X86_CR4_PGE), fPdpesMapped); 5982 5982 AssertRCReturn(rc, rc); 5983 5983 /* ignore informational status codes */
Note:
See TracChangeset
for help on using the changeset viewer.