various tweaks.
This commit is contained in:
parent
c197370550
commit
d51419bf43
13 changed files with 193 additions and 12 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue