From 755952d0854f88cb5836b95c176f4b89f25ebd82 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Thu, 24 Feb 2000 14:38:49 +0000
Subject: [PATCH] From Raymond Toy: o Correct the printing of the conditional
 move instruction when using   the %fcc<n> condition registers.

---
 compiler/sparc/insts.lisp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/compiler/sparc/insts.lisp b/compiler/sparc/insts.lisp
index d85a2fbb6..07cc9a3b9 100644
--- a/compiler/sparc/insts.lisp
+++ b/compiler/sparc/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/sparc/insts.lisp,v 1.26 2000/02/21 22:24:50 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/insts.lisp,v 1.27 2000/02/24 14:38:49 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1675,6 +1675,7 @@
 	    ((op #b10)
 	     (op3 #b101100)
 	     (cc2 #b0)
+	     (cond nil :type 'branch-fp-condition)
 	     (i 0)
 	     (cc nil :type 'fp-condition-register))
 	     cond-move-printer
@@ -1683,6 +1684,7 @@
 	    ((op #b10)
 	     (op3 #b101100)
 	     (cc2 #b0)
+	     (cond nil :type 'branch-fp-condition)
 	     (i 1)
 	     (cc nil :type 'fp-condition-register))
 	     cond-move-printer
-- 
GitLab