Changeset 182 for soft/giet_vm/xml
- Timestamp:
- Jul 26, 2012, 7:28:07 PM (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.cr181 r182 899 899 900 900 //////// get type attribute 901 char *type_str = getStringValue(reader, "type", &ok);902 #if XML_PARSER_DEBUG 903 printf(" type = %s\n", type_str);904 #endif 905 if (ok && (strcmp( type_str, "ELF") == 0))901 str = getStringValue(reader, "type", &ok); 902 #if XML_PARSER_DEBUG 903 printf(" type = %s\n", str); 904 #endif 905 if (ok && (strcmp(str, "ELF") == 0)) 906 906 { 907 907 vobj[vobj_index]->type = VOBJ_TYPE_ELF; 
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)
