Changeset 16047 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 19, 2009 4:30:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r16045 r16047 1096 1096 /* Only whole pages can be disabled. */ 1097 1097 Assert( pCur->Core.Key <= (GCPhys & ~(RTGCPHYS)PAGE_OFFSET_MASK) 1098 && pCur->Core.KeyLast >= (GCPhys | PAGE_OFFSET_MASK) ;1098 && pCur->Core.KeyLast >= (GCPhys | PAGE_OFFSET_MASK)); 1099 1099 return pCur->enmType != PGMPHYSHANDLERTYPE_PHYSICAL_WRITE; 1100 1100 }
Note:
See TracChangeset
for help on using the changeset viewer.