Changeset 206
- Timestamp:
- Aug 16, 2012, 4:43:26 PM (12 years ago)
- Location:
- soft/giet_vm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r204 r206 5 5 DU=mipsel-unknown-elf-objdump 6 6 7 MAP_XML = 1c_4p_four.xml7 MAP_XML = map.xml 8 8 9 9 SYS_OBJS = build/sys/vm_handler.o \ -
soft/giet_vm/xml/xml_parser.c
r204 r206 1438 1438 1439 1439 cluster[cluster_index] = (mapping_cluster_t*)malloc(sizeof(mapping_cluster_t)); 1440 1441 //initialise the number of pseg 1442 //it will be incremented by PsegNode 1443 cluster[cluster_index]->psegs = 0; 1440 1444 1441 1445 /////////// check cluster index attribute (optional)
Note: See TracChangeset
for help on using the changeset viewer.