From 7998c8c2e5f2868ded1cfde86b735287837b3ec8 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 5 Jul 1990 10:59:15 +0000
Subject: [PATCH] Fixed fneg to be fneg instead of fabs.

---
 compiler/mips/insts.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp
index fef84456e..63e82fe42 100644
--- a/compiler/mips/insts.lisp
+++ b/compiler/mips/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.22 1990/07/02 16:34:30 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.23 1990/07/05 10:59:15 wlott Exp $
 ;;;
 ;;; Description of the MIPS architecture.
 ;;;
@@ -553,7 +553,7 @@
 	 (ft :constant 0)
 	 (fd :argument fp-reg)
 	 (fs :argument fp-reg)
-	 (funct :constant #b000101))
+	 (funct :constant #b000111))
   (float (format :argument float-format)
 	 (ft :constant 0)
 	 (fd :argument fp-reg)
-- 
GitLab