| plan 9 kernel history: overview | file list | diff list |
1990/0619/gnot/trap.c (diff list | history)
| 1990/0515/sys/src/9/gnot/trap.c:186,191 – 1990/0619/sys/src/9/gnot/trap.c:186,195 (short | long | prev | next) | ||
| 1990/03091 | { #ifdef asdfasdf lock(&u->p->debug); | |
| 1990/0619 | if(!u->notified){ unlock(&u->p->debug); return; } | |
| 1990/03091 | u->notified = 0; memcpy(*urp, u->ureg, sizeof(Ureg)); unlock(&u->p->debug); | |