kern: add missing poperror() to awake_gc_proc

This commit is contained in:
Giacomo Tesio 2017-10-11 00:36:52 +02:00
parent 430df16543
commit 70d5961022
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ awake_gc_proc(Proc *p)
while(waserror())
;
resrcwait(nil, nil);
poperror();
}
}