From 1aeaf5e057b46a49eb42a0561c759c65640cc1cb Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Tue, 10 Mar 1998 21:53:11 +0000 Subject: [PATCH] Fix a typo in the previous commit. --- compiler/sparc/float.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/sparc/float.lisp b/compiler/sparc/float.lisp index 4e5ee0a98..1fdbfe3b4 100644 --- a/compiler/sparc/float.lisp +++ b/compiler/sparc/float.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.20 1998/03/10 21:42:20 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.21 1998/03/10 21:53:11 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -50,7 +50,7 @@ (defun move-double-reg (dst src) (cond ((backend-featurep :sparc-v9) ;; May need to re-map of the register numbers? - (inst fmovd dst-tn src-tn)) + (inst fmovd dst src)) (t (inst fmovs dst src) (inst fmovs-odd dst src)))) -- GitLab