Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/arm32/arm32 pullup 1.18->1.19 (Steve Woodford)...
details: https://anonhg.NetBSD.org/src/rev/0b716b7239e8
branches: netbsd-1-4
changeset: 468738:0b716b7239e8
user: perry <perry%NetBSD.org@localhost>
date: Fri Jun 18 18:08:43 1999 +0000
description:
pullup 1.18->1.19 (Steve Woodford): test for zero length copyin() was broken
diffstat:
sys/arch/arm32/arm32/bcopyinout.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 037f8f47ddec -r 0b716b7239e8 sys/arch/arm32/arm32/bcopyinout.S
--- a/sys/arch/arm32/arm32/bcopyinout.S Fri Jun 18 18:06:55 1999 +0000
+++ b/sys/arch/arm32/arm32/bcopyinout.S Fri Jun 18 18:08:43 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bcopyinout.S,v 1.18 1999/03/24 05:50:53 mrg Exp $ */
+/* $NetBSD: bcopyinout.S,v 1.18.2.1 1999/06/18 18:08:43 perry Exp $ */
/*
* Copyright (c) 1995-1998 Mark Brinicombe.
@@ -84,7 +84,7 @@
/* Quick exit if length is zero */
teq r2, #0
moveq r0, #0
- moveq lr, pc
+ moveq pc, lr
/* Do the actual copy */
b do_copyinout
Home |
Main Index |
Thread Index |
Old Index