Module Name: src Committed By: uebayasi Date: Sun Aug 23 13:29:09 UTC 2009
Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: fp.S Log Message: Storing a single register into the same address twise should be a typo. To generate a diff of this commit: cvs rdiff -u -r1.33.38.1 -r1.33.38.2 src/sys/arch/mips/mips/fp.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/mips/fp.S diff -u src/sys/arch/mips/mips/fp.S:1.33.38.1 src/sys/arch/mips/mips/fp.S:1.33.38.2 --- src/sys/arch/mips/mips/fp.S:1.33.38.1 Thu Aug 20 22:55:42 2009 +++ src/sys/arch/mips/mips/fp.S Sun Aug 23 13:29:09 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: fp.S,v 1.33.38.1 2009/08/20 22:55:42 matt Exp $ */ +/* $NetBSD: fp.S,v 1.33.38.2 2009/08/23 13:29:09 uebayasi Exp $ */ /* * Copyright (c) 1992, 1993 @@ -5072,7 +5072,6 @@ sltu v0, v0, v1 REG_S v0, FRAME_RZERO(t2) REG_EPILOGUE - sw v0, FRAME_RZERO(t2) # b bcemul_done # fall through to bcemul_done bcemul_done: