Update use of shared memory to abide by parallel usage rules

This commit is contained in:
Dave Lacey
2012-04-17 16:01:40 +01:00
parent b900002f84
commit 579c09546e
6 changed files with 188 additions and 132 deletions

View File

@@ -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))
{