Changeset 349 for soft/giet_vm/giet_xml/xml_parser.c
- Timestamp:
 - Jun 29, 2014, 12:39:48 PM (11 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          soft/giet_vm/giet_xml/xml_parser.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
soft/giet_vm/giet_xml/xml_parser.c
r323 r349 960 960 } 961 961 962 ////////// get local attribute (optional : 0 if missing) 963 value = getIntValue(reader, "local", &ok); 964 if (ok) 965 { 966 #if XML_PARSER_DEBUG 967 printf(" local = %d\n", value); 968 #endif 969 vseg[vseg_index]->local = value; 970 } 971 else 972 { 973 vseg[vseg_index]->local = 0; 974 } 975 962 976 /////////// get vbase attribute 963 977 value = getIntValue(reader, "vbase", &ok);  
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)