forked from PAWPAW-Mirror/lib_xua
Update use of shared memory to abide by parallel usage rules
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
/* TODO Currently complier does not support inline select functions, hense this is in a seperate file to ensure this is not the case */
|
||||
#pragma select handler
|
||||
inline void testct_byref(chanend c, unsigned &isCt)
|
||||
static inline void testct_byref(chanend c, unsigned &isCt)
|
||||
{
|
||||
if (testct(c))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user