From e981542b5d692f0dcaf38f1a3c4e21a69b1dd5d3 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Thu, 24 Apr 1997 20:27:06 +0000 Subject: [PATCH] Fix the naming of the new %unary-* VOPS. --- 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 0b39023d9..fb6f56701 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.4 1997/04/23 19:05:20 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.5 1997/04/24 20:27:06 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1108,7 +1108,7 @@ (frob %unary-round double-reg double-float t)) (macrolet ((frob (trans from-sc from-type round-p) - `(define-vop (,(symbolicate trans "/unsigned" from-type)) + `(define-vop (,(symbolicate trans "/" from-type "=>UNSIGNED")) (:args (x :scs (,from-sc) :target fr0)) (:temporary (:sc double-reg :offset fr0-offset :from :argument :to :result) fr0) -- GitLab