| plan 9 kernel history: overview | file list | diff list |
1990/0619/power/trap.c (diff list | history)
| 1990/0515/sys/src/9/power/trap.c:361,366 – 1990/0619/sys/src/9/power/trap.c:361,370 (short | long | prev | next) | ||
| 1990/0227 | noted(Ureg **urp) { lock(&u->p->debug); | |
| 1990/0619 | if(!u->notified){ unlock(&u->p->debug); return; } | |
| 1990/0227 | u->notified = 0; memcpy(*urp, u->ureg, sizeof(Ureg)); unlock(&u->p->debug); | |