- Timestamp:
- Apr 3, 2007 4:24:03 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r1892 r1893 581 581 * Validate. 582 582 */ 583 AssertMsg(c b > 64 && cb < PAGE_SIZE * 256, ("cb=%d must be > 64 and < %d (256 pages)\n", cb, PAGE_SIZE * 256));583 AssertMsg(cPages > 0 && cPages < 256, ("cPages=%d must be > 0 and < 256\n", cPages)); 584 584 AssertPtr(pHCPhys); 585 585 *pHCPhys = NIL_RTHCPHYS;
Note:
See TracChangeset
for help on using the changeset viewer.