Changeset 100359 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 4, 2023 7:07:15 AM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 158089
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c
r100357 r100359 731 731 { 732 732 AssertReturn(!fExecutable, VERR_NOT_SUPPORTED); 733 return rtR0MemObjNativeAllocPhys(ppMem, cb, PhysHig est, PAGE_SIZE /* alignment */, pszTag);733 return rtR0MemObjNativeAllocPhys(ppMem, cb, PhysHighest, PAGE_SIZE /* alignment */, pszTag); 734 734 } 735 735
Note:
See TracChangeset
for help on using the changeset viewer.