Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/acorn32/stand/lib Remove a spurious commented-out l...



details:   https://anonhg.NetBSD.org/src/rev/ce20caa58b66
branches:  trunk
changeset: 555617:ce20caa58b66
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Nov 23 15:28:03 2003 +0000

description:
Remove a spurious commented-out line.

diffstat:

 sys/arch/acorn32/stand/lib/riscoscalls.S |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d18c036891ca -r ce20caa58b66 sys/arch/acorn32/stand/lib/riscoscalls.S
--- a/sys/arch/acorn32/stand/lib/riscoscalls.S  Sun Nov 23 15:24:20 2003 +0000
+++ b/sys/arch/acorn32/stand/lib/riscoscalls.S  Sun Nov 23 15:28:03 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: riscoscalls.S,v 1.3 2003/11/23 15:24:20 bjh21 Exp $    */
+/*     $NetBSD: riscoscalls.S,v 1.4 2003/11/23 15:28:03 bjh21 Exp $    */
 
 /*-
  * Copyright (c) 2001 Ben Harris
@@ -96,7 +96,6 @@
        teq     r3, #0
        strne   r2, [r3]
        mov     r0, #0
-       ; movvc r0, #0
        ldmdb   fp, {fp, sp, pc}
 
 ENTRY(xosargs_set)



Home | Main Index | Thread Index | Old Index