Changeset 134 for trunk/IPs/systemC/Environment/Data/src/loadexec.c
- Timestamp:
- Jul 15, 2009, 10:41:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/Data/src/loadexec.c
r122 r134 142 142 *eoffset = ringo.ladr; 143 143 ringo.mem = malloc(*esize * sizeof(char)); 144 145 memset((void *)ringo.mem,0,*esize * sizeof(char)); 146 144 147 /* Start over again from the start of the memory */ 145 148 bfd_map_over_sections(exec, bindsection, &ringo);
Note: See TracChangeset
for help on using the changeset viewer.