Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File:
1 edited

Legend:

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

    r81 r82  
    3030                                       std::string file    ) throw()
    3131    {
    32       _msg = "<"+funcname+"> at line " + toString(line) + ", in file " + file + " : "+msg;
     32      _msg = toString("<%s> at line %d, in file %s : %s",funcname.c_str(),line,file.c_str(),msg.c_str());
    3333    }
    3434  public  :             ~ErrorMorpheo (void)       throw() {}
Note: See TracChangeset for help on using the changeset viewer.