Skip to content
Snippets Groups Projects
Commit 98b6c71b authored by wlott's avatar wlott
Browse files

The results of fast-truncate/fixnum are tagged-nums, not signed-nums.

parent a52eabde
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment