Ignore:
Timestamp:
Jul 22, 2015, 1:03:20 PM (9 years ago)
Author:
alain
Message:

Introduce the "active" field in vspace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_xml/xml_driver.c

    r627 r645  
    309309    {
    310310        unsigned int vseg_id = vspace[vspace_id].start_vseg_id;
    311         fprintf(fpout, "        <vspace name = \"%s\" ", vspace[vspace_id].name);
    312         fprintf(fpout, " startname = \"%s\" >\n", vseg[vseg_id].name);
     311        fprintf(fpout, "        <vspace name=\"%s\"", vspace[vspace_id].name);
     312        fprintf(fpout, " startname=\"%s\"", vseg[vseg_id].name);
     313        fprintf(fpout, " active=\"%d\" >\n", vspace[vspace_id].active);
    313314
    314315        //////////////////// vsegs //////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.