| plan 9 kernel history: overview | file list | diff list |
1990/1226/power/trap.c (diff list | history)
| 1990/1214/sys/src/9/power/trap.c:493,498 – 1990/1226/sys/src/9/power/trap.c:493,504 (short | long | prev | next) | ||
| 1990/0227 | return ret; } | |
| 1990/1226 | void execpc(ulong entry) { ((Ureg*)UREGADDR)->pc = entry - 4; /* syscall advances it */ } | |
| 1990/11211 | #include "errstr.h" | |
| 1990/0227 | void | |