Ignore:
Timestamp:
Jul 21, 2012, 10:20:47 AM (12 years ago)
Author:
karaoui
Message:

+ Adding the init attribute to the mwmr to specify the width of the mwmr channel
+ Fixing bugs in kernels_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/libs/common.c

    r160 r175  
    1 
    2 ////////////////////////////////////////////////////////////////////////////////////////
    3 //  mempcy()
    4 // GCC requires this function. Taken from MutekH.
    5 ////////////////////////////////////////////////////////////////////////////////////////
     1/////////////////////////////////////////////////////////////
    62void *memcpy(void *_dst, const void *_src, unsigned int size)
    73{
     
    2319}
    2420
    25 ////////////////////////////////////////////////////////////////////////////////////////
    26 //  mempcy()
    27 // GCC requires this function. Taken from MutekH.
    28 ////////////////////////////////////////////////////////////////////////////////////////
     21//////////////////////////////////////////////////////////
    2922inline void * memset(void *dst, int s, unsigned int count)
    3023{
Note: See TracChangeset for help on using the changeset viewer.