Changeset 2d5a2737 in mainline
- Timestamp:
- 2020-03-11T08:34:18Z (5 years ago)
- Parents:
- badfbc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/src/payload.c
rbadfbc0 r2d5a2737 243 243 tmap->cnt = 0; 244 244 245 for (int i = 0; i < =TASKMAP_MAX_RECORDS; i++) {245 for (int i = 0; i < TASKMAP_MAX_RECORDS; i++) { 246 246 /* 247 247 * `task` holds the location and size of the previous component.
Note:
See TracChangeset
for help on using the changeset viewer.