Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/hp300 Fix a label name botch introduced in re...
details: https://anonhg.NetBSD.org/src/rev/102b67fb76d6
branches: trunk
changeset: 472547:102b67fb76d6
user: kleink <kleink%NetBSD.org@localhost>
date: Sat May 01 19:11:34 1999 +0000
description:
Fix a label name botch introduced in rev. 1.92; Ignatios owes me a non-beer.
diffstat:
sys/arch/hp300/hp300/locore.s | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7f3376853aba -r 102b67fb76d6 sys/arch/hp300/hp300/locore.s
--- a/sys/arch/hp300/hp300/locore.s Sat May 01 17:19:52 1999 +0000
+++ b/sys/arch/hp300/hp300/locore.s Sat May 01 19:11:34 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.95 1999/04/29 16:25:02 christos Exp $ */
+/* $NetBSD: locore.s,v 1.96 1999/05/01 19:11:34 kleink Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@@ -842,7 +842,7 @@
* command in d0, addr in a1, length in d1
*/
ENTRY_NOPROFILE(trap12)
- movl _curproc,sp@- | push current proc pointer
+ movl _C_LABEL(curproc),sp@- | push current proc pointer
movl d1,sp@- | push length
movl a1,sp@- | push addr
movl d0,sp@- | push command
Home |
Main Index |
Thread Index |
Old Index