diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 | 
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /lib/libc/alpha/SYS.h | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
Diffstat (limited to 'lib/libc/alpha/SYS.h')
| -rw-r--r-- | lib/libc/alpha/SYS.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/libc/alpha/SYS.h b/lib/libc/alpha/SYS.h index 01d114d2903a3..cfc0909d8d321 100644 --- a/lib/libc/alpha/SYS.h +++ b/lib/libc/alpha/SYS.h @@ -1,4 +1,4 @@ -/* $Id: SYS.h,v 1.4 1998/12/23 11:50:51 dfr Exp $ */ +/* $Id: SYS.h,v 1.2 1998/06/09 22:43:34 jb Exp $ */  /*	From: NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp */  /* @@ -41,7 +41,7 @@  LLABEL(name,0):							\  	LDGP(gp);						\  	beq	a3, LLABEL(name,1);				\ -	jmp	zero, .cerror;					\ +	jmp	zero, cerror;					\  LLABEL(name,1): | 
