summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/asm.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-18 09:45:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-18 09:45:47 +0000
commit41ae123ec2d77615cd0b0476ff62564bd7a4865f (patch)
treeba6a57d3a8d7d725a5e0ae64e8401ed3bea0efb9 /sys/arch/alpha/include/asm.h
parent7a0b7f798c45842a34a4c6413f45e1b3824154a5 (diff)
sync to 0616, retaining local diffs
Diffstat (limited to 'sys/arch/alpha/include/asm.h')
-rw-r--r--sys/arch/alpha/include/asm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/include/asm.h b/sys/arch/alpha/include/asm.h
index e76b4c586a1..8b54d605f69 100644
--- a/sys/arch/alpha/include/asm.h
+++ b/sys/arch/alpha/include/asm.h
@@ -1,7 +1,7 @@
-/* $NetBSD: asm.h,v 1.2 1995/11/23 02:35:45 cgd Exp $ */
+/* $NetBSD: asm.h,v 1.4 1996/04/12 01:36:51 cgd Exp $ */
/*
- * Copyright (c) 1991,1990,1989,1994,1995 Carnegie Mellon University
+ * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
@@ -600,6 +600,6 @@ _name_:; \
#define MF_FPCR(x) mf_fpcr x
#define MT_FPCR(x) mt_fpcr x
-#define JMP(loc) br zero,loc
+#define JMP(loc) jmp zero,loc
#define CONST(c,reg) ldiq reg, c