From 0f2429845b458691c6cabecba5d2e54aaa8783cf Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Tue, 19 Feb 2002 15:46:09 +0000 Subject: [PATCH] Apply to the sparc port the x86 fix for catch failing to accept immediate tags, like fixnums and characters --- compiler/sparc/nlx.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/sparc/nlx.lisp b/compiler/sparc/nlx.lisp index 010b49006..f05372084 100644 --- a/compiler/sparc/nlx.lisp +++ b/compiler/sparc/nlx.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/nlx.lisp,v 1.10 2001/09/24 15:34:26 toy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.11 2002/02/19 15:46:09 toy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -124,7 +124,7 @@ ;;; (define-vop (make-catch-block) (:args (tn) - (tag :scs (descriptor-reg))) + (tag :scs (descriptor-reg any-reg))) (:info entry-label) (:results (block :scs (any-reg))) (:temporary (:scs (descriptor-reg)) temp) -- GitLab