32bit process flags

- we are running out of space in 16bit flags
This commit is contained in:
Tomas Hruby
2010-09-23 10:49:36 +00:00
parent adbc4e4ea7
commit 123a968be3
3 changed files with 6 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ PUBLIC int runqueues_ok(void)
#endif
PUBLIC char *
rtsflagstr(const int flags)
rtsflagstr(const u32_t flags)
{
static char str[100];
str[0] = '\0';
@@ -167,7 +167,7 @@ rtsflagstr(const int flags)
}
PUBLIC char *
miscflagstr(const int flags)
miscflagstr(const u32_t flags)
{
static char str[100];
str[0] = '\0';