Changeset 86487 in vbox for trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
- Timestamp:
- Oct 8, 2020 8:17:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r86475 r86487 875 875 } 876 876 else if ( PGMSHWPTEPAE_IS_RW(pShwPT->a[j]) 877 && ! pGstPT->a[j].n.u1Write)877 && !(pGstPT->a[j].u & X86_PTE_RW)) 878 878 { 879 879 if (fFirstMsg)
Note:
See TracChangeset
for help on using the changeset viewer.