diff --git a/compiler/rt/debug.lisp b/compiler/rt/debug.lisp
index 3617064993cc09821a60c1587ee599b323190b6b..631db922b402816f347a36ad7e943a8782529717 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)