diff --git a/compiler/rt/move.lisp b/compiler/rt/move.lisp index e114f5ec4fa7ea127892bd415adc823be43878e2..6bfb53061208d334659fe6a9590b7dcc74e9f87f 100644 --- a/compiler/rt/move.lisp +++ b/compiler/rt/move.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/move.lisp,v 1.2 1991/05/05 13:51:48 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/move.lisp,v 1.3 1991/05/09 16:30:06 ram Exp $ ;;; ;;; This file contains the IBM RT VM definition of operand loading/saving and the ;;; Move VOP. @@ -161,6 +161,7 @@ (define-vop (move-to-word/fixnum) (:args (x :scs (any-reg descriptor-reg) :target y)) (:results (y :scs (signed-reg unsigned-reg))) + (:arg-types tagged-num) (:note "fixnum untagging") (:generator 2 (move y x)