From 3865141a921972796373fb72a085a15a77b1e615 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Mon, 30 Mar 1998 03:17:09 +0000 Subject: [PATCH] Fix a typo in the =0/long-float VOP, noted by Raymond Toy. --- compiler/x86/float.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/x86/float.lisp b/compiler/x86/float.lisp index adfc312de..a0a34fc91 100644 --- a/compiler/x86/float.lisp +++ b/compiler/x86/float.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.28 1998/03/30 03:05:54 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.29 1998/03/30 03:17:09 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1588,7 +1588,7 @@ #-negative-zero-is-not-zero (:arg-types long-float (:constant (long-float 0l0 0l0))) #+negative-zero-is-not-zero - (:arg-types double-float (:constant (long-float -0l0 0l0))) + (:arg-types long-float (:constant (long-float -0l0 0l0))) (:variant #x40)) (define-vop (<0/single-float float-test) -- GitLab