Add missing "t9, " to "la" insn in error-return case.

This commit is contained in:
jonathan 1996-10-16 06:21:10 +00:00
parent 8ffa855e18
commit 5965973b0f

View File

@ -1,4 +1,4 @@
/* $NetBSD: setlogin.S,v 1.5 1996/09/17 01:32:54 jonathan Exp $ */
/* $NetBSD: setlogin.S,v 1.6 1996/10/16 06:21:10 jonathan Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -40,7 +40,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)setlogin.s 8.1 (Berkeley) 6/4/93")
ASMSTR("$NetBSD: setlogin.S,v 1.5 1996/09/17 01:32:54 jonathan Exp $")
ASMSTR("$NetBSD: setlogin.S,v 1.6 1996/10/16 06:21:10 jonathan Exp $")
#endif /* LIBC_SCCS and not lint */
#ifdef ABICALLS
@ -59,6 +59,6 @@ LEAF(setlogin)
sw zero, _C_LABEL(__logname_valid) # in getlogin()
j ra
1:
la _C_LABEL(cerror)
la t9, _C_LABEL(cerror)
jr t9
END(setlogin)