Forgot a return instruction in the error case.

This commit is contained in:
mycroft 1999-03-24 01:51:56 +00:00
parent 0074502b0a
commit 11d7efb7ba
1 changed files with 2 additions and 1 deletions

View File

@ -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. * Copyright (c) 1995-1998 Mark Brinicombe.
@ -166,6 +166,7 @@ do_cowfault:
mov r0, r3 mov r0, r3
str r5, [r4, #PCB_ONFAULT] str r5, [r4, #PCB_ONFAULT]
ldmfd sp!, {r4-r7} ldmfd sp!, {r4-r7}
mov pc, lr
do_copyinout: do_copyinout:
stmfd sp!, {r4, r5} stmfd sp!, {r4, r5}