| plan 9 kernel history: overview | file list | diff list |
1990/03091/gnot/trap.c (diff list | history)
| 1990/03091/sys/src/9/gnot/trap.c:244,249 – 1990/0312/sys/src/9/gnot/trap.c:244,250 (short | long | prev | next) | ||
| 1990/03091 | u->p->insyscall = 1; ur = aur; | |
| 1990/0312 | u->p->pc = ur->pc; | |
| 1990/03091 | if(ur->sr & SUPER) panic("recursive system call"); #ifdef asdf | |