Changeset 20526 in vbox for trunk/src/VBox
- Timestamp:
- Jun 13, 2009 8:18:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c
r20525 r20526 140 140 return VERR_NO_LOW_MEMORY; 141 141 } 142 Assert(phys < (uint64_t)1 << 32);143 142 pMemSolaris->Core.pv = virtAddr; 144 143 pMemSolaris->handle = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.