From d1208e43cd8bab1ba2e7492672161e79f4a57d08 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 7 May 1990 14:14:08 +0000 Subject: [PATCH] Added :result-types spec to fast-truncate/signed so that there are the same number of result types as results. --- compiler/mips/arith.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/mips/arith.lisp b/compiler/mips/arith.lisp index 423b0ba47..882d1df16 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.15 1990/05/06 05:20:44 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.16 1990/05/07 14:14:08 wlott Exp $ ;;; ;;; This file contains the VM definition arithmetic VOPs for the MIPS. ;;; @@ -395,6 +395,7 @@ (y :target r :scs (signed-reg))) (:results (q :scs (signed-reg)) (r :scs (signed-reg))) + (:result-types signed-num signed-num) (:generator 11 (let ((zero (generate-error-code di:division-by-zero-error x y))) (inst beq y zero-tn zero)) -- GitLab