Changeset 840 in vbox
- Timestamp:
- Feb 12, 2007 12:19:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r839 r840 180 180 { 181 181 #ifdef PGM_DYNAMIC_RAM_ALLOC 182 if ((GCPhys & PGM_DYNAMIC_CHUNK_BASE_MASK) != ((GCPhys+cbRange ) & PGM_DYNAMIC_CHUNK_BASE_MASK))182 if ((GCPhys & PGM_DYNAMIC_CHUNK_BASE_MASK) != ((GCPhys+cbRange-1) & PGM_DYNAMIC_CHUNK_BASE_MASK)) 183 183 { 184 184 AssertMsgFailed(("PGMPhysGCPhys2HCPtr %VGp - %VGp crosses a chunk boundary!!\n", GCPhys, GCPhys+cbRange));
Note:
See TracChangeset
for help on using the changeset viewer.