kern: add missing poperror() to awake_gc_proc
This commit is contained in:
parent
430df16543
commit
70d5961022
|
@ -340,6 +340,7 @@ awake_gc_proc(Proc *p)
|
||||||
while(waserror())
|
while(waserror())
|
||||||
;
|
;
|
||||||
resrcwait(nil, nil);
|
resrcwait(nil, nil);
|
||||||
|
poperror();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue