From 495d57b524c9dbfdfd09bd3c7764f67a961062b0 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 24 Oct 1991 16:01:34 +0000 Subject: [PATCH] Fixed DOUBLE-FLOAT-LOW-BITS to be different from DOUBLE-FLOAT-HIGH-BITS when the float is already on the nstack. --- 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 ff0eedf3a..ed88f490b 100644 --- a/compiler/sparc/float.lisp +++ b/compiler/sparc/float.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.5 1991/07/19 16:54:13 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.6 1991/10/24 16:01:34 ram Exp $ ;;; ;;; This file contains floating point support for the MIPS. ;;; @@ -467,7 +467,7 @@ (* (tn-offset stack-temp) vm:word-bytes))) (double-stack (inst ld lo-bits (current-nfp-tn vop) - (* (tn-offset float) vm:word-bytes))) + (* (1+ (tn-offset float)) vm:word-bytes))) (descriptor-reg (loadw lo-bits float (1+ vm:double-float-value-slot) vm:other-pointer-type)))) -- GitLab