Skip to content
Snippets Groups Projects
Commit 7998c8c2 authored by wlott's avatar wlott
Browse files

Fixed fneg to be fneg instead of fabs.

parent ab3fa6fa
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; 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. ;;; Description of the MIPS architecture.
;;; ;;;
...@@ -553,7 +553,7 @@ ...@@ -553,7 +553,7 @@
(ft :constant 0) (ft :constant 0)
(fd :argument fp-reg) (fd :argument fp-reg)
(fs :argument fp-reg) (fs :argument fp-reg)
(funct :constant #b000101)) (funct :constant #b000111))
(float (format :argument float-format) (float (format :argument float-format)
(ft :constant 0) (ft :constant 0)
(fd :argument fp-reg) (fd :argument fp-reg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment