- Timestamp:
- Apr 3, 2007 4:20:26 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20139
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r1890 r1892 497 497 AssertPtr(pvStart); 498 498 AssertMsg(RT_ALIGN_P(pvStart, PAGE_SIZE) == pvStart, ("pvStart (%p) must be page aligned\n", pvStart)); 499 AssertMsg(RT_ALIGN_Z(cbMemory, PAGE_SIZE) == cbMemory, ("cbMemory (%#zx) must be page aligned\n", cbMemory));500 499 AssertPtr(paPages); 501 500 … … 515 514 516 515 #if 0 517 const size_t cPages = cbMemory >> PAGE_SHIFT;518 516 size_t cbOut = RT_OFFSETOF(SUPPINPAGES_OUT, aPages[cPages]); 519 517 pOut = (PSUPPINPAGES_OUT)RTMemTmpAllocZ(cbOut);
Note:
See TracChangeset
for help on using the changeset viewer.