- remove some warnings

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@107 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-08-18 07:14:36 +00:00
parent bfceb239c1
commit bfe629f24c

View file

@ -98,6 +98,8 @@ static int STDCALL userfoo(void* arg)
/* task exit */
SYSCALL1(__NR_exit, 0);
return 0;
}
static int STDCALL join_test(void* arg)