Ignore:
Timestamp:
Sep 6, 2007, 6:30:49 PM (17 years ago)
Author:
rosiere
Message:
  • Banc de registre multi banc
  • Banc de registre générique.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/Parameters_msg_error.cpp

    r2 r53  
    1515@NAMESPACE_BEGIN
    1616
     17#undef  FUNCTION
     18#define FUNCTION "@COMPONENT::msg_error"
    1719  string Parameters::msg_error(void)
    1820  {
    19     log_printf(FUNC,@COMPONENT,"msg_error","Begin");
     21    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    2022
    2123    string msg = "";
     
    2325    return msg;
    2426
    25     log_printf(FUNC,@COMPONENT,"msg_error","End");
     27    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    2628  };
    2729
Note: See TracChangeset for help on using the changeset viewer.