Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/m68k/sys Add missing register prefixes.
details: https://anonhg.NetBSD.org/src/rev/aed13fa8714c
branches: trunk
changeset: 499750:aed13fa8714c
user: scw <scw%NetBSD.org@localhost>
date: Tue Nov 28 11:37:20 2000 +0000
description:
Add missing register prefixes.
diffstat:
lib/libc/arch/m68k/sys/sigreturn.S | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 387b69632665 -r aed13fa8714c lib/libc/arch/m68k/sys/sigreturn.S
--- a/lib/libc/arch/m68k/sys/sigreturn.S Tue Nov 28 11:34:14 2000 +0000
+++ b/lib/libc/arch/m68k/sys/sigreturn.S Tue Nov 28 11:37:20 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sigreturn.S,v 1.8 1999/05/02 23:19:50 kleink Exp $ */
+/* $NetBSD: sigreturn.S,v 1.9 2000/11/28 11:37:20 scw Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -43,7 +43,7 @@
#if 0
RCSID("from: @(#)sigreturn.s 5.1 (Berkeley) 5/12/90")
#else
- RCSID("$NetBSD: sigreturn.S,v 1.8 1999/05/02 23:19:50 kleink Exp $")
+ RCSID("$NetBSD: sigreturn.S,v 1.9 2000/11/28 11:37:20 scw Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
@@ -53,9 +53,9 @@
#ifdef GPROF
#undef ENTRY
#define ENTRY(x) \
- .globl _/**/x; .even; _/**/x:; moveml #0xC0C0,sp@-; .data; \
- PROF/**/x:; .long 0; .text; lea PROF/**/x,a0; jbsr mcount; \
- moveml sp@+,#0x0303
+ .globl _/**/x; .even; _/**/x:; moveml #0xC0C0,%sp@-; .data; \
+ PROF/**/x:; .long 0; .text; lea PROF/**/x,%a0; jbsr mcount; \
+ moveml %sp@+,#0x0303
#endif /* GPROF */
WARN_REFERENCES(sigreturn, \
Home |
Main Index |
Thread Index |
Old Index