| plan 9 kernel history: overview | file list | diff list |
1991/0705/gnot/trap.c (diff list | history)
| 1991/0705/sys/src/9/gnot/trap.c:306,319 – 1991/0709/sys/src/9/gnot/trap.c:306,317 (short | long | prev | next) | ||
| 1991/0614 | poperror(); | |
| 1990/0511 | } | |
| 1991/0705 |
| |
| 1991/0614 | if(u->nerrlab){ | |
| 1991/0705 | print("bad errstack [%d]: %d extra\n", r0, u->nerrlab); | |
| 1991/0614 | for(i = 0; i < NERR; i++) print("sp=%lux pc=%lux\n", u->errlab[i].sp, u->errlab[i].pc); | |
| 1991/0709 | panic("error stack"); | |
| 1991/0614 | } | |
| 1991/0705 |
| |
| 1990/03091 | u->p->insyscall = 0; | |
| 1991/0705 | ||