Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread/arch/m68k fix typo in previous.
details: https://anonhg.NetBSD.org/src/rev/82ac4235f017
branches: trunk
changeset: 553188:82ac4235f017
user: chs <chs%NetBSD.org@localhost>
date: Sun Oct 12 00:25:25 2003 +0000
description:
fix typo in previous.
diffstat:
lib/libpthread/arch/m68k/_context_u.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1a57a24c7db6 -r 82ac4235f017 lib/libpthread/arch/m68k/_context_u.S
--- a/lib/libpthread/arch/m68k/_context_u.S Sat Oct 11 22:15:18 2003 +0000
+++ b/lib/libpthread/arch/m68k/_context_u.S Sun Oct 12 00:25:25 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: _context_u.S,v 1.3 2003/03/01 11:51:59 scw Exp $ */
+/* $NetBSD: _context_u.S,v 1.4 2003/10/12 00:25:25 chs Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
moveml %a2-%a7,%a0@(UC_REGS + (_REG_A2 * 4)) ; \
movl %a1,%a0@(UC_REGS + (_REG_PC * 4)) ; \
clrl %a0@(UC_REGS + (_REG_PS * 4)) ; \
- movl #(_UC_CPU+UC_USER),%a0@/*(UC_FLAGS)*/
+ movl #(_UC_CPU+_UC_USER),%a0@/*(UC_FLAGS)*/
#endif
/*
Home |
Main Index |
Thread Index |
Old Index