Changeset 46db10e9 in mainline for boot/arch/ia64/loader/main.c
- Timestamp:
- 2009-03-04T22:54:12Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f7734012
- Parents:
- 5e9de3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/main.c
r5e9de3a r46db10e9 35 35 #include <balloc.h> 36 36 #include <macros.h> 37 #include <string.h> 37 38 38 39 extern bootinfo_t binfo; … … 125 126 bootinfo->taskmap.tasks[bootinfo->taskmap.count].size = 126 127 components[i].size; 128 strncpy(bootinfo->taskmap.tasks[ 129 bootinfo->taskmap.count].name, 130 components[i].name, BOOTINFO_TASK_NAME_BUFLEN); 127 131 bootinfo->taskmap.count++; 128 132 }
Note:
See TracChangeset
for help on using the changeset viewer.