xref: /original-bsd/lib/libc/vax/sys/syscall.s (revision f0fd5f8a)
1/* syscall.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5ENTRY(syscall)
6	movl	4(ap),r0	# syscall number
7	subl3	$1,(ap)+,(ap)	# one fewer arguments
8	chmk	r0
9	ret
10