Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/arm32 Forgot a return instruction in the erro...



details:   https://anonhg.NetBSD.org/src/rev/6d60c8aaebf5
branches:  trunk
changeset: 467385:6d60c8aaebf5
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Mar 24 01:51:56 1999 +0000

description:
Forgot a return instruction in the error case.

diffstat:

 sys/arch/arm32/arm32/bcopyinout.S |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r aec3c437d62e -r 6d60c8aaebf5 sys/arch/arm32/arm32/bcopyinout.S
--- a/sys/arch/arm32/arm32/bcopyinout.S Wed Mar 24 01:49:10 1999 +0000
+++ b/sys/arch/arm32/arm32/bcopyinout.S Wed Mar 24 01:51:56 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bcopyinout.S,v 1.16 1999/03/23 17:14:34 mycroft Exp $  */
+/*     $NetBSD: bcopyinout.S,v 1.17 1999/03/24 01:51:56 mycroft Exp $  */
 
 /*
  * Copyright (c) 1995-1998 Mark Brinicombe.
@@ -166,6 +166,7 @@
        mov     r0, r3
        str     r5, [r4, #PCB_ONFAULT]
        ldmfd   sp!, {r4-r7}
+       mov     pc, lr
 
 do_copyinout:
        stmfd   sp!, {r4, r5}



Home | Main Index | Thread Index | Old Index