From 98b6c71bec1e01113381ddbd8eac86f908f2a088 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 12 Dec 1990 14:00:01 +0000 Subject: [PATCH] The results of fast-truncate/fixnum are tagged-nums, not signed-nums. --- compiler/mips/arith.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/mips/arith.lisp b/compiler/mips/arith.lisp index 7f498c2e2..545939981 100644 --- a/compiler/mips/arith.lisp +++ b/compiler/mips/arith.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.39 1990/12/12 03:09:03 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.40 1990/12/12 14:00:01 wlott Exp $ ;;; ;;; This file contains the VM definition arithmetic VOPs for the MIPS. ;;; @@ -328,7 +328,7 @@ (:translate truncate) (:results (q :scs (any-reg)) (r :scs (any-reg))) - (:result-types signed-num signed-num) + (:result-types tagged-num tagged-num) (:temporary (:scs (non-descriptor-reg) :to :eval) temp) (:vop-var vop) (:save-p :compute-only) -- GitLab