various tweaks.

This commit is contained in:
rsc 2004-02-09 19:33:05 +00:00
parent c197370550
commit d51419bf43
13 changed files with 193 additions and 12 deletions

View file

@ -92,7 +92,7 @@ _threadnote(void *v, char *s)
// _exits(_threadexitsallstatus);
// }
if(strcmp(s, "threadint")==0)
if(strcmp(s, "threadint")==0 || strcmp(s, "interrupt")==0)
noted(NCONT);
p = _threadgetproc();