Changeset 39091 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Oct 24, 2011 1:58:22 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
r37596 r39091 173 173 { 174 174 AssertMsg(pThis->hDevice != (intptr_t)NIL_RTFILE, ("SUPLIB not initiated successfully!\n")); 175 NOREF(cbReq); 175 176 176 177 /* … … 245 246 int suplibOsPageFree(PSUPLIBDATA pThis, void *pvPages, size_t cPages) 246 247 { 248 NOREF(pThis); 247 249 munmap(pvPages, cPages << PAGE_SHIFT); 248 250 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.