remove typo
This commit is contained in:
parent
65d7286778
commit
416a798adc
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ int RCCE_init(
|
|||
__FILE__,__LINE__,RCCE_SHM_BUFFER_offset ,RCCE_SHM_SIZE_MAX);
|
||||
#endif
|
||||
#else
|
||||
RCCE_shmalloc_init(map_region(RC_SHM_BUFFER_START(), RCCE_SHM_SIZE_MAX);
|
||||
RCCE_shmalloc_init(RC_SHM_BUFFER_START(), RCCE_SHM_SIZE_MAX);
|
||||
#endif
|
||||
|
||||
// initialize the (global) flag bookkeeping data structure
|
||||
|
|
Loading…
Add table
Reference in a new issue