From c02b9f976a9ece117cea6129b474c4d299c0a2c1 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 13 Jul 1992 01:47:53 +0000
Subject: [PATCH] Left out a :nullify t for a branch that needed one.

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

diff --git a/assembly/hppa/arith.lisp b/assembly/hppa/arith.lisp
index eabc3ee7d..06f8a1cbc 100644
--- a/assembly/hppa/arith.lisp
+++ b/assembly/hppa/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/arith.lisp,v 1.6 1992/06/27 03:18:09 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/arith.lisp,v 1.7 1992/07/13 01:47:53 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -225,7 +225,7 @@
      (:temp nargs any-reg nargs-offset)
      (:temp ocfp any-reg ocfp-offset))
 
-  (inst comb := x y return-t)
+  (inst comb := x y return-t :nullify t)
   (inst extru x 31 2 zero-tn :<>)
   (inst b return-nil :nullify t)
   (inst extru y 31 2 zero-tn :=)
-- 
GitLab