Minor debug updates

This commit is contained in:
Joseph Henry 2015-11-12 14:49:20 -08:00
commit 6af54c5943
5 changed files with 21 additions and 29 deletions

View file

@ -980,7 +980,7 @@ int dup3(DUP3_SIG)
long syscall(SYSCALL_SIG)
{
dwr(MSG_DEBUG,"syscall(%u, ...):\n", number);
dwr(MSG_DEBUG_EXTRA,"syscall(%u, ...):\n", number);
va_list ap;
uintptr_t a,b,c,d,e,f;