Changeset 50649 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Feb 28, 2014 12:52:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c
r44677 r50649 208 208 209 209 210 /* Currently not used on 32-bits, define it to shut up gcc. */ 211 #if HC_ARCH_BITS == 64 210 212 /** 211 213 * Allocates physical, non-contiguous memory of pages. … … 278 280 return NULL; 279 281 } 282 #endif /* HC_ARCH_BITS == 64 */ 280 283 281 284
Note:
See TracChangeset
for help on using the changeset viewer.