Changeset 105428 in vbox for trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
- Timestamp:
- Jul 22, 2024 1:13:40 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r105427 r105428 1098 1098 if (fFlags & IEMR3INFOTLB_F_CHECK) 1099 1099 { 1100 uint32_t const fInvSlotG = (uint32_t)!(uSlot & 1) << X86_PTE_BIT_G x;1100 uint32_t const fInvSlotG = (uint32_t)!(uSlot & 1) << X86_PTE_BIT_G; 1101 1101 PGMPTWALKFAST WalkFast; 1102 1102 int rc = PGMGstQueryPageFast(pVCpu, GCPtr, 0 /*fFlags - don't check or modify anything */, &WalkFast);
Note:
See TracChangeset
for help on using the changeset viewer.