Changeset 05b59393 in mainline for uspace/lib/c/generic/cap.c
- Timestamp:
- 2017-10-04T18:02:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9e88da
- Parents:
- 0b2d369
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/cap.c
r0b2d369 r05b59393 185 185 sunit = NULL; 186 186 187 if (cap->cunit < 0 || cap->cunit >= CU_LIMIT) 188 assert(false); 187 assert(cap->cunit < CU_LIMIT); 189 188 190 189 rc = ipow10_u64(cap->dp, &div);
Note:
See TracChangeset
for help on using the changeset viewer.