Changeset 206


Ignore:
Timestamp:
Aug 16, 2012, 4:43:26 PM (12 years ago)
Author:
karaoui
Message:

fixing xml_parser cluster->psegs initialisation.

Location:
soft/giet_vm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r204 r206  
    55DU=mipsel-unknown-elf-objdump
    66
    7 MAP_XML      = 1c_4p_four.xml
     7MAP_XML      = map.xml
    88
    99SYS_OBJS     = build/sys/vm_handler.o \
  • soft/giet_vm/xml/xml_parser.c

    r204 r206  
    14381438
    14391439    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;
    14401444
    14411445    /////////// check cluster index attribute (optional)
Note: See TracChangeset for help on using the changeset viewer.