From bc99c95f5afa3b71280292990e30ae2f2afb4943 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 10 Mar 1992 09:20:19 +0000 Subject: [PATCH] nother typo --- compiler/rt/debug.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rt/debug.lisp b/compiler/rt/debug.lisp index 361706499..631db922b 100644 --- a/compiler/rt/debug.lisp +++ b/compiler/rt/debug.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/debug.lisp,v 1.3 1992/03/10 08:58:26 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/debug.lisp,v 1.4 1992/03/10 09:20:19 wlott Exp $ ;;; ;;; Compiler support for the new whizzy debugger. ;;; @@ -62,7 +62,7 @@ (offset :scs (any-reg))) (:results (result :scs (descriptor-reg))) (:arg-types system-area-pointer positive-fixnum) - (:result-types ,result-type) + (:result-types *) (:temporary (:scs (sap-reg) :from (:argument 0) :to :eval) base) (:generator 7 (move base object) -- GitLab