Ignore:
Timestamp:
Oct 20, 2009, 8:52:15 PM (15 years ago)
Author:
rosiere
Message:

1) Add new algo in ifetch queue
2) Add Cancel bit
3) new config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Common/include/ErrorMorpheo.h

    r117 r136  
    3434    {
    3535#ifdef DEBUG
    36       _msg = toString(_("\n%s at line %d, in file %s"),MSG_ERROR,line,file.c_str());
    37       _msg = toString(_("\n%s <%s> %s"),MSG_ERROR,funcname.c_str(),msg.c_str());
     36      _msg = toString(_("%s at line %d, in file %s"),MSG_ERROR,line,file.c_str());
     37      _msg = toString(_("%s <%s> %s"),MSG_ERROR,funcname.c_str(),msg.c_str());
    3838#else
    39       _msg = toString(_("\n%s %s"),MSG_ERROR,msg.c_str());
     39      _msg = toString(_("%s %s"),MSG_ERROR,msg.c_str());
    4040#endif
     41      msg("%s",_msg.c_str());
    4142    }
    4243  public  :             ~ErrorMorpheo (void)       throw() {}
Note: See TracChangeset for help on using the changeset viewer.