xref: /csrg-svn/lib/libcompat/4.3/vax/insque.s (revision 34480)
121427Sdist/*
221427Sdist * Copyright (c) 1983 Regents of the University of California.
3*34480Sbostic * All rights reserved.
4*34480Sbostic *
5*34480Sbostic * Redistribution and use in source and binary forms are permitted
6*34480Sbostic * provided that this notice is preserved and that due credit is given
7*34480Sbostic * to the University of California at Berkeley. The name of the University
8*34480Sbostic * may not be used to endorse or promote products derived from this
9*34480Sbostic * software without specific written prior permission. This software
10*34480Sbostic * is provided ``as is'' without express or implied warranty.
1121427Sdist */
1221427Sdist
13*34480Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
14*34480Sbostic_sccsid:.asciz	"@(#)insque.s	5.4 (Berkeley) 05/25/88"
15*34480Sbostic#endif /* SYSLIBC_SCCS and not lint */
1621427Sdist
179716Ssam/* insque(new, pred) */
189716Ssam
199716Ssam#include "DEFS.h"
209716Ssam
2117329SsamENTRY(insque, 0)
229716Ssam	insque	*4(ap), *8(ap)
239716Ssam	ret
24