diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp index 777be8bc2c78280cc05f5e9b35eba2e21aa9a8d3..0c88e5ab8ad69904c8dcf75c208bd682abbc2109 100644 --- a/compiler/mips/insts.lisp +++ b/compiler/mips/insts.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.41 1992/07/09 16:33:12 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.42 1992/07/12 20:41:20 hallgren Exp $") ;;; ;;; ********************************************************************** ;;; @@ -621,8 +621,8 @@ (:writes to) (:delay 1) ;; ### Is this delay correct? (:emitter - (emit-register-inst segment cop1-op #b00000 (1+ (reg-tn-encoding to)) - (fp-reg-tn-encoding from) 0 0))) + (emit-register-inst segment cop1-op #b00000 (reg-tn-encoding to) + (1+ (fp-reg-tn-encoding from)) 0 0))) (define-instruction cfc1 (segment reg cr) (:declare (type tn reg) (type (unsigned-byte 5) cr))