From 62b21b8a0a31129fe60cc7e3b2d5f81883ea1775 Mon Sep 17 00:00:00 2001
From: hallgren <hallgren>
Date: Thu, 15 Jul 1993 00:09:23 +0000
Subject: [PATCH] Fixed the :printer in define-branch-inst

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

diff --git a/compiler/hppa/insts.lisp b/compiler/hppa/insts.lisp
index e27ec8309..ccbe5339d 100644
--- a/compiler/hppa/insts.lisp
+++ b/compiler/hppa/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/hppa/insts.lisp,v 1.4 1992/10/23 19:26:30 hallgren Exp $")
+ "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/insts.lisp,v 1.5 1993/07/15 00:09:23 hallgren Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -842,7 +842,7 @@
 		     (type (member t nil) nullify))
 	   (:printer branch12 ((op1 ,i-opcode) (r1 nil :type 'im5)
 			       (c nil :type ',conditional))
-		     '(:name c n :tab r1 "," r2 w))
+		     '(:name c n :tab r1 "," r2 "," w))
 	   ,@(unless (= r-opcode #x32)
 	       `((:printer branch12 ((op1 ,(+ 2 i-opcode)) (r1 nil :type 'im5)
 				     (c nil :type ',false-conditional))
-- 
GitLab