| plan 9 kernel history: overview | file list | diff list |
1990/0603/gnot/fault.c (diff list | history)
| 1990/06021/sys/src/9/gnot/fault.c:55,62 – 1990/0603/sys/src/9/gnot/fault.c:55,64 (short | long | prev | next) | ||
| 1990/03091 | int zeroed = 0, head = 1; int i, user, read, insyscall; | |
| 1990/0603 | if(u == 0){ dumpregs(ur); | |
| 1990/06021 | panic("fault u==0 pc=%lux", ur->pc); | |
| 1990/0603 | } | |
| 1990/03091 | insyscall = u->p->insyscall; u->p->insyscall = 1; if(f->ssw & DF) | |