Changeset 26847 in vbox for trunk/src/VBox/Runtime/r0drv/freebsd
- Timestamp:
- Feb 26, 2010 1:19:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c
r26829 r26847 331 331 /** @todo check if there is a more appropriate API somewhere.. */ 332 332 333 /** @todo */ 334 if ( uAlignment != 0 335 && uAlignment != PAGE_SIZE) 333 /** @todo alignment */ 334 if (uAlignment != PAGE_SIZE) 336 335 return VERR_NOT_SUPPORTED; 337 336
Note:
See TracChangeset
for help on using the changeset viewer.