Deleted Added
sdiff udiff text old ( 71770 ) new ( 92991 )
full compact
1/* $NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp $ */
2
3/*
4 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
5 * All rights reserved.
6 *
7 * Author: Chris G. Demetriou
8 *
9 * Permission to use, copy, modify and distribute this software and

--- 10 unchanged lines hidden (view full) ---

20 *
21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
22 * School of Computer Science
23 * Carnegie Mellon University
24 * Pittsburgh PA 15213-3890
25 *
26 * any improvements or extensions that they make and grant Carnegie the
27 * rights to redistribute these changes.
28 *
29 * $FreeBSD: head/lib/libc/ia64/SYS.h 92991 2002-03-22 23:42:05Z obrien $
30 */
31
32#include <machine/asm.h>
33#include <sys/syscall.h>
34
35#define CALLSYS_ERROR(name) \
36 CALLSYS_NOERROR(name); \
37 cmp.ne p6,p0=r0,r10; \

--- 40 unchanged lines hidden ---