| plan 9 kernel history: overview | file list | diff list |
1992/0806/pc/trap.c (diff list | history)
| 1992/0806/sys/src/9/pc/trap.c:235,241 – 1992/0918/sys/src/9/pc/trap.c:235,242 (short | long | prev | next) | ||
| 1991/1113 | panic("%s pc=0x%lux", excname[v], ur->pc); } } | |
| 1992/0918 | print("bad trap type %d pc=0x%lux\n", v, ur->pc); return; | |
| 1991/0731 | } | |
| 1991/0801 | (*ivec[v])(ur); | |