Changeset 96979 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
- Timestamp:
- Oct 4, 2022 12:46:05 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r96966 r96979 3371 3371 if (!fFlushPTEs) 3372 3372 { 3373 /* Note! Disregarding the PGMPHYSHANDLER_F_NOT_IN_HM bit here. Should be harmless. */ 3373 3374 switch (PGM_PAGE_GET_HNDL_PHYS_STATE(pPhysPage)) 3374 3375 { … … 3447 3448 if (!fFlushPTEs) 3448 3449 { 3450 /* Note! Disregarding the PGMPHYSHANDLER_F_NOT_IN_HM bit here. Should be harmless. */ 3449 3451 switch (PGM_PAGE_GET_HNDL_PHYS_STATE(pPhysPage)) 3450 3452 {
Note:
See TracChangeset
for help on using the changeset viewer.