Changeset 20477 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jun 11, 2009 4:24:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c
r20471 r20477 134 134 caddr_t virtAddr; 135 135 uint64_t phys = (unsigned)0xffffffff; 136 virtAddr = vbi_lowmem_alloc( &phys, cb);136 virtAddr = vbi_lowmem_alloc(phys, cb); 137 137 if (virtAddr == NULL) 138 138 {
Note:
See TracChangeset
for help on using the changeset viewer.