Changeset 9abe2e5 in mainline for kernel/genarch/src/softint/division.c
- Timestamp:
- 2017-05-04T22:23:34Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f233840
- Parents:
- db8626d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/softint/division.c
rdb8626d r9abe2e5 226 226 } 227 227 228 unsigned long long __udivmoddi4(unsigned long long a, unsigned long long b, 229 unsigned long long *c) 230 { 231 return divandmod64(a, b, c); 232 } 233 234 235 228 236 /** @} 229 237 */
Note:
See TracChangeset
for help on using the changeset viewer.