xref: /csrg-svn/lib/libcompat/4.3/tahoe/insque.s (revision 42639)
1/*
2 * Copyright (c) 1988 Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Computer Consoles Inc.
9 */
10
11#if defined(LIBC_SCCS) && !defined(lint)
12	.asciz "@(#)insque.s	1.4 (Berkeley) 06/01/90"
13#endif /* LIBC_SCCS and not lint */
14
15/* insque(new, pred) */
16
17#include "DEFS.h"
18
19ENTRY(insque, 0)
20	insque	*4(fp), *8(fp)
21	ret
22