Ignore:
Timestamp:
Apr 17, 2009, 12:35:37 AM (15 years ago)
Author:
rosiere
Message:

1) Fix bug with previous commit
2) Add test libc
3) Change Dhrystone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/Common/include/Debug.h

    r88 r114  
    1111#define DEBUG_TTY         true
    1212
    13 // #ifdef DEBUG
    1413# define _cout(component, str...)                                       \
    1514  do                                                                    \
     
    2120    }                                                                   \
    2221  while(0)
    23 // #else
    24 // # define _cout(component, str...)                                   
    25 //   do                                                                 
    26 //     {                                                               
    27 //     }
    28 //    while(0)
    29 // #endif
     22
     23# define _cerr(str...)                                                   \
     24  do                                                                    \
     25    {                                                                   \
     26      fprintf(stderr,str);                                              \
     27    }                                                                   \
     28  while(0)
    3029
    3130#endif
Note: See TracChangeset for help on using the changeset viewer.