Changeset 202
- Timestamp:
- Aug 13, 2012, 7:56:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/xml/xml_parser.c
r200 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.