Changeset 202 for soft


Ignore:
Timestamp:
Aug 13, 2012, 7:56:07 AM (12 years ago)
Author:
karaoui
Message:

proc index checking fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/xml/xml_parser.c

    r200 r202  
    669669    /////////// get index attribute (optional)
    670670    value = getIntValue(reader,"index",&ok);
    671     if ( ok && (value != proc_index) )
     671    if ( ok && (value != proc_loc_index) )
    672672    {
    673673            printf("[XML ERROR] wrong proc index / expected value is %d",
    674                 proc_index);
     674                proc_loc_index);
    675675            exit(1);
    676676    }
Note: See TracChangeset for help on using the changeset viewer.