- Timestamp:
 - Aug 1, 2012, 4:31:12 PM (13 years ago)
 - Location:
 - soft/giet_vm
 - Files:
 - 
          
- 2 edited
 
- 
          memo/Makefile (modified) (1 diff)
 - 
          xml/xml_parser.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
soft/giet_vm/memo/Makefile
r187 r188 9 9 INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ -I../xml 10 10 memo.x: $(SRCS) $(HDRS) 11 #g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x12 g++ -Wall -g -DDISTRIBUTED_SCHEDULERS$(SRCS) $(INCLUDES) -o memo.x11 #g++ -Wall -g -DDISTRIBUTED_SCHEDULERS $(SRCS) $(INCLUDES) -o memo.x 12 g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x 13 13 14 14 debug: $(SRCS) $(HDRS)  - 
        
soft/giet_vm/xml/xml_parser.c
r186 r188 1712 1712 else if ( strcmp(tag,"globalset") == 0 ) globalSetNode(reader); 1713 1713 else if ( strcmp(tag,"vspaceset") == 0 ) vspaceSetNode(reader); 1714 else if ( strcmp(tag,"#text") == 0 ) { }1715 else if ( strcmp(tag,"#comment") == 0 );1714 else if ( strcmp(tag,"#text") == 0 ) ; 1715 else if ( strcmp(tag,"#comment") == 0 ) ; 1716 1716 else if ( strcmp(tag,"mapping_info") == 0 ) 1717 1717 {  
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)