- Timestamp:
- Nov 4, 2019 10:15:25 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r81621 r81641 1404 1404 1405 1405 /* Fail if requested to do something we can't. */ 1406 AssertMsgReturn(!offSub && !cbSub, ("%#x %#x\n", offSub, cbSub), VERR_NOT_SUPPORTED);1407 1406 AssertMsgReturn(pvFixed == (void *)-1, ("%p\n", pvFixed), VERR_NOT_SUPPORTED); 1408 1407 if (uAlignment > PAGE_SIZE)
Note:
See TracChangeset
for help on using the changeset viewer.