Skip to content
Snippets Groups Projects
Commit bc99c95f authored by wlott's avatar wlott
Browse files

nother typo

parent d8fd185b
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; 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. ;;; Compiler support for the new whizzy debugger.
;;; ;;;
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
(offset :scs (any-reg))) (offset :scs (any-reg)))
(:results (result :scs (descriptor-reg))) (:results (result :scs (descriptor-reg)))
(:arg-types system-area-pointer positive-fixnum) (:arg-types system-area-pointer positive-fixnum)
(:result-types ,result-type) (:result-types *)
(:temporary (:scs (sap-reg) :from (:argument 0) :to :eval) base) (:temporary (:scs (sap-reg) :from (:argument 0) :to :eval) base)
(:generator 7 (:generator 7
(move base object) (move base object)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment