Ignore:
Timestamp:
Aug 1, 2014, 12:04:16 PM (10 years ago)
Author:
alain
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/remote_malloc.c

    r368 r375  
    1919///////////////////////////////////////////////////////////////////////////////////
    2020
    21 unsigned int remote_malloc_cur[X_SIZE][Y_SIZE] = {[0 ... Y_SIZE-1][0 ... X_SIZE-1] = 0};
     21unsigned int remote_malloc_cur[X_SIZE][Y_SIZE] = {[0 ... X_SIZE-1][0 ... Y_SIZE-1] = 0};
    2222
    23 unsigned int remote_malloc_max[X_SIZE][Y_SIZE] = {[0 ... Y_SIZE-1][0 ... X_SIZE-1] = 0};
     23unsigned int remote_malloc_max[X_SIZE][Y_SIZE] = {[0 ... X_SIZE-1][0 ... Y_SIZE-1] = 0};
    2424
    2525giet_lock_t  remote_malloc_lock[X_SIZE][Y_SIZE] __attribute__((aligned(512)));
Note: See TracChangeset for help on using the changeset viewer.