Changeset 202
- Timestamp:
- Aug 13, 2012, 7:56:07 AM (13 years ago)
- File:
- 
          - 1 edited
 
 - 
          soft/giet_vm/xml/xml_parser.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        soft/giet_vm/xml/xml_parser.cr200 r202 669 669 /////////// get index attribute (optional) 670 670 value = getIntValue(reader,"index",&ok); 671 if ( ok && (value != proc_ index) )671 if ( ok && (value != proc_loc_index) ) 672 672 { 673 673 printf("[XML ERROR] wrong proc index / expected value is %d", 674 proc_ index);674 proc_loc_index); 675 675 exit(1); 676 676 } 
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)
