diff --git a/compiler/sparc/arith.lisp b/compiler/sparc/arith.lisp index cbaedfe070b05ebf4aa6cc7f339465d30c131aa2..afea367b8a442703d52eb9003894795e41fc1966 100644 --- a/compiler/sparc/arith.lisp +++ b/compiler/sparc/arith.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.40 2004/04/13 17:18:34 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.41 2004/04/13 21:06:38 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1621,7 +1621,7 @@ (t ;; The easy case (unless (zerop shift) - (inst sran q shift)))) + (inst srln q shift)))) ;; Compute the remainder (cond ((typep y '(signed-byte 13)) (inst umul r q y))