Changeset 645 for soft/giet_vm/giet_xml/xml_parser.c
- Timestamp:
- Jul 22, 2015, 1:03:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_xml/xml_parser.c
r627 r645 722 722 } 723 723 724 ////////// get active attribute (optional / default is 0) 725 unsigned int value = getIntValue(reader, "active", &ok); 726 if (ok) vspace[vspace_index]->active = value; 727 else vspace[vspace_index]->active = 0; 728 724 729 ////////// set vseg_offset and task_offset attributes 725 730 vspace[vspace_index]->vseg_offset = vseg_index; … … 776 781 printf(" vseg_offset = %d\n", vspace[vspace_index]->vseg_offset ); 777 782 printf(" task_offset = %d\n", vspace[vspace_index]->task_offset ); 778 printf(" start name = %s\n", start_name);779 printf(" start_id = %d\n", index);783 printf(" start_id = %d\n", vspace[vspace_index]->start_vseg_id ); 784 printf(" active = %x\n", vspace[vspace_index]->active ); 780 785 printf(" end vspace %d\n\n", vspace_index); 781 786 #endif
Note: See TracChangeset
for help on using the changeset viewer.