kernel: print pid as %lud instead %lux (in tsleep() debug print)
This commit is contained in:
parent
fd9560d7d8
commit
ce00c68059
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ void
|
|||
tsleep(Rendez *r, int (*fn)(void*), void *arg, ulong ms)
|
||||
{
|
||||
if(up->tt != nil){
|
||||
print("%s %lux: tsleep timer active: mode %d, tf %#p, pc %#p\n",
|
||||
print("%s %lud: tsleep timer active: mode %d, tf %#p, pc %#p\n",
|
||||
up->text, up->pid, up->tmode, up->tf, getcallerpc(&r));
|
||||
timerdel(up);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue