Changeset 91898 in vbox for trunk/include
- Timestamp:
- Oct 20, 2021 1:59:08 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmusb.h
r91897 r91898 1186 1186 DECLINLINE(void) PDMUsbHlpMMHeapFree(PPDMUSBINS pUsbIns, void *pv) 1187 1187 { 1188 returnpUsbIns->pHlpR3->pfnMMHeapFree(pUsbIns, pv);1188 pUsbIns->pHlpR3->pfnMMHeapFree(pUsbIns, pv); 1189 1189 } 1190 1190
Note:
See TracChangeset
for help on using the changeset viewer.