diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-07 13:48:28 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-07 13:48:28 +0000 |
commit | 6d7d422e656b57d1f70b412f730458f46c68ef2f (patch) | |
tree | 3d828f2cdd68e0d17e97ba0239a9110c7539086e /lib/libc/arch/mips64/sys/fork.S | |
parent | 44724ed85d986ae3358b5ac5e61d032a2e748b64 (diff) |
32 -> 64 bit cleanups but no optimizations yet
Diffstat (limited to 'lib/libc/arch/mips64/sys/fork.S')
-rw-r--r-- | lib/libc/arch/mips64/sys/fork.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/mips64/sys/fork.S b/lib/libc/arch/mips64/sys/fork.S index 9ade3e1631d..ba682e49bf5 100644 --- a/lib/libc/arch/mips64/sys/fork.S +++ b/lib/libc/arch/mips64/sys/fork.S @@ -34,7 +34,7 @@ #if defined(SYSLIBC_SCCS) .text - .asciz "$OpenBSD: fork.S,v 1.1 2004/08/11 17:30:59 pefo Exp $" + .asciz "$OpenBSD: fork.S,v 1.2 2004/09/07 13:48:27 pefo Exp $" #endif /* SYSLIBC_SCCS */ SYSLEAF(fork) @@ -47,6 +47,6 @@ SYSLEAF(fork) 1: j ra 2: - la t9, _C_LABEL(cerror) + LA t9, _C_LABEL(cerror) jr t9 SYSEND(fork) |