Changeset 4563 in vbox for trunk/src/VBox
- Timestamp:
- Sep 6, 2007 9:57:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r4417 r4563 182 182 { 183 183 AssertMsgFailed(("PGMPhysGCPhys2HCPtr %VGp - %VGp crosses a chunk boundary!!\n", GCPhys, GCPhys+cbRange)); 184 LogRel(("PGMPhysGCPhys2HCPtr %VGp - %VGp crosses a chunk boundary!!\n", GCPhys, GCPhys+cbRange)); 184 185 return VERR_PGM_GCPHYS_RANGE_CROSSES_BOUNDARY; 185 186 }
Note:
See TracChangeset
for help on using the changeset viewer.