| plan 9 kernel history: overview | file list | diff list |
1990/0731/power/trap.c (diff list | history)
| 1990/0731/sys/src/9/power/trap.c:113,119 – 1990/0802/sys/src/9/power/trap.c:113,119 (short | long | prev | next) | ||
| 1990/0227 | case CTLBL: case CTLBS: if(u == 0) | |
| 1990/0802 | panic("fault u==0 pc %lux addr %lux", ur->pc, ur->badvaddr); | |
| 1990/0227 | if(u->p->fpstate == FPactive) { savefpregs(&u->fpsave); u->p->fpstate = FPinactive; | |