| plan 9 kernel history: overview | file list | diff list |
1991/0719/gnot/trap.c (diff list | history)
| 1991/0718/sys/src/9/gnot/trap.c:172,177 – 1991/0719/sys/src/9/gnot/trap.c:172,178 (short | long | prev | next) | ||
| 1990/03091 | *(ulong*)(sp+0*BY2WD) = 0; /* arg 0 is pc */ | |
| 1990/0816 | ur->usp = sp; | |
| 1990/03091 | ur->pc = (ulong)u->notify; | |
| 1991/0719 | ur->vo = 0x0080; /* pretend we're returning from syscall */ | |
| 1990/03091 | u->notified = 1; u->nnote--; | |
| 1991/0717 | memmove(&u->lastnote, &u->note[0], sizeof(Note)); | |