Changeset 100356 in vbox for trunk/src/VBox/Runtime/r0drv/haiku
- Timestamp:
- Jul 4, 2023 6:41:38 AM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 158086
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/haiku/memobj-r0drv-haiku.c
r100355 r100356 277 277 278 278 279 int rtR0MemObjNativeAllocCont(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest,bool fExecutable, const char *pszTag)280 { 281 return rtR0MemObjNativeAllocArea(ppMem, cb, fExecutable, RTR0MEMOBJTYPE_CONT, PhysHighest, 0 /* uAlignment */, pszTag);279 int rtR0MemObjNativeAllocCont(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, bool fExecutable, const char *pszTag) 280 { 281 return rtR0MemObjNativeAllocArea(ppMem, cb, fExecutable, RTR0MEMOBJTYPE_CONT, 0 /* PhysHighest */, 0 /* uAlignment */, pszTag); 282 282 } 283 283
Note:
See TracChangeset
for help on using the changeset viewer.