|
|
1.1 ! root 1: /* syscall.c 4.2 83/06/27 */ ! 2: ! 3: #include "SYS.h" ! 4: ! 5: ENTRY(syscall) ! 6: movl 4(fp),r0 # syscall number ! 7: addl2 $4,fp ! 8: kcall r0 ! 9: jcs 1f ! 10: subl2 $4,fp ! 11: ret ! 12: 1: ! 13: subl2 $4,fp ! 14: jmp cerror
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.