From f168431bb8e158521deeb3d7696a2882ef6db506 Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Tue, 27 Aug 2002 16:20:06 +0000
Subject: [PATCH] Christophe Rhodes says "EMIT-REGISTER-INST call should have
 #b00010 as an argument, not #b00000" for the cfc1 instruction.

---
 compiler/mips/insts.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp
index 22b91ecaf..50a984c0d 100644
--- a/compiler/mips/insts.lisp
+++ b/compiler/mips/insts.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/mips/insts.lisp,v 1.52 1999/04/30 11:54:53 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.53 2002/08/27 16:20:06 toy Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -950,7 +950,7 @@
   (:dependencies (reads :ctrl-stat-reg) (writes reg))
   (:delay 1)
   (:emitter
-   (emit-register-inst segment cop1-op #b00000 (reg-tn-encoding reg)
+   (emit-register-inst segment cop1-op #b00010 (reg-tn-encoding reg)
 		       cr 0 0)))
 
 (define-instruction ctc1 (segment reg cr)
-- 
GitLab