Changeset 91580 in vbox for trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
- Timestamp:
- Oct 6, 2021 7:22:04 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r88654 r91580 1712 1712 { 1713 1713 LogFlow(("nemR3NativeRunGC: calling PGMFlushTLB...\n")); 1714 int rc = PGMFlushTLB(pVCpu, CPUMGetGuestCR3(pVCpu), true );1714 int rc = PGMFlushTLB(pVCpu, CPUMGetGuestCR3(pVCpu), true /*fGlobal*/, false /*fPdpesMapped*/); 1715 1715 AssertRCReturn(rc, rc); 1716 1716 if (rcStrict == VINF_NEM_FLUSH_TLB)
Note:
See TracChangeset
for help on using the changeset viewer.