- Timestamp:
- Apr 8, 2010 1:58:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c
r28018 r28093 169 169 { 170 170 NOREF(fExecutable); 171 return rtR0MemObjNativeAllocPhys(ppMem, cb, NIL_RTHCPHYS, PAGE_SIZE /* alignment */);171 return rtR0MemObjNativeAllocPhys(ppMem, cb, _4G - 1, PAGE_SIZE /* alignment */); 172 172 } 173 173
Note:
See TracChangeset
for help on using the changeset viewer.