Ignore:
Timestamp:
May 12, 2010, 7:34:01 PM (14 years ago)
Author:
rosiere
Message:

1) add counters_t type for interface
2) fix in check load in load_store_unit
3) add parameters (but not yet implemented)
4) change environment and add script (distcc_env.sh ...)
5) add warning if an unser change rename flag with l.mtspr instruction
6) ...

Location:
trunk/Softwares/Dhrystone/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Dhrystone/src/c/dtime.c

    r114 r138  
    5353
    5454/***************************************************/
    55 /*  Morpheo dtime().                                */
     55/*  MORPHEO dtime().                                */
    5656/***************************************************/
    57 #ifdef Morpheo
     57#ifdef MORPHEO
    5858
    5959#include <time.h>
  • trunk/Softwares/Dhrystone/src/include/dhry.h

    r114 r138  
    338338/* Compiler and system dependent definitions: */
    339339
    340 #ifndef Morpheo
     340#ifndef MORPHEO
    341341# define HAVE_DOUBLE
    342342#endif
Note: See TracChangeset for help on using the changeset viewer.