Changeset 382 for soft/giet_vm/giet_libs/barrier.c
- Timestamp:
- Aug 7, 2014, 12:23:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/barrier.c
r376 r382 7 7 8 8 #include "barrier.h" 9 #include " remote_malloc.h"9 #include "malloc.h" 10 10 #include "stdio.h" 11 11 #include "giet_config.h" … … 186 186 ( (l == 8) && ((x&0x0F) == 0) && ((y&0x0F) == 0) ) ) 187 187 { 188 barrier->node[x][y][l] = remote_malloc( SBT_NODE_SIZE, 0,x, y );188 barrier->node[x][y][l] = remote_malloc( SBT_NODE_SIZE, x, y ); 189 189 190 190 #if GIET_DEBUG_SBT
Note: See TracChangeset
for help on using the changeset viewer.