Changeset 188


Ignore:
Timestamp:
Aug 1, 2012, 4:31:12 PM (12 years ago)
Author:
karaoui
Message:

removing DUSTRIBUTED_SCHEDULER

Location:
soft/giet_vm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/memo/Makefile

    r187 r188  
    99INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ -I../xml
    1010memo.x: $(SRCS) $(HDRS)
    11         #g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x
    12         g++ -Wall -g -DDISTRIBUTED_SCHEDULERS  $(SRCS) $(INCLUDES) -o memo.x
     11        #g++ -Wall -g -DDISTRIBUTED_SCHEDULERS  $(SRCS) $(INCLUDES) -o memo.x
     12        g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x
    1313
    1414debug: $(SRCS) $(HDRS)
  • soft/giet_vm/xml/xml_parser.c

    r186 r188  
    17121712        else if ( strcmp(tag,"globalset")    == 0 ) globalSetNode(reader);
    17131713        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 ) ;
    17161716        else if ( strcmp(tag,"mapping_info") == 0 )
    17171717        {
Note: See TracChangeset for help on using the changeset viewer.