Fix IRIX cc warnings. Fix ui_out functions that didn't return a value.

This commit is contained in:
Andrew Cagney
2000-05-15 01:44:40 +00:00
parent 5e6cbf410d
commit 5bfb05ca59
4 changed files with 11 additions and 4 deletions

View File

@ -1389,7 +1389,7 @@ init_syscall_table (void)
#if defined (SYS_yield)
syscall_table[SYS_yield] = "yield";
#endif
};
}
/*
* Prettyprint a single syscall by number.