Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 15:11:33 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48833 for review
Message-ID:  <200403122311.i2CNBXlB018405@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48833

Change 48833 by jmallett@jmallett_oingo on 2004/03/12 15:11:16

	Er, fix bug with pre-submit cosmetic fix.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/swtch.S#2 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/swtch.S#2 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/mips/sys/mips/mips/swtch.S#1 $
+ * $P4: //depot/projects/mips/sys/mips/mips/swtch.S#2 $
  */
 
 #include <machine/asm.h>
@@ -115,7 +115,7 @@
 ENTRY(fork_trampoline)
 	move	a0, s0
 	move	a1, s1
-	move	a2, s1
+	move	a2, s2
 	j	fork_exit
 	nop
 END(fork_trampoline)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403122311.i2CNBXlB018405>