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

typos.

parent ecf60d20
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/assembly/mips/assem-rtns.lisp,v 1.22 1990/10/18 23:07:52 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/assem-rtns.lisp,v 1.23 1990/10/19 14:16:43 wlott Exp $
;;; ;;;
;;; ;;;
(in-package "C") (in-package "C")
...@@ -112,6 +112,7 @@ ...@@ -112,6 +112,7 @@
;; These are needed by the blitting code. ;; These are needed by the blitting code.
(:temp src any-reg nl1-offset) (:temp src any-reg nl1-offset)
(:temp dst any-reg nl2-offset) (:temp dst any-reg nl2-offset)
(:temp count any-reg nl3-offset)
(:temp temp descriptor-reg l0-offset) (:temp temp descriptor-reg l0-offset)
;; Needed for the jump ;; Needed for the jump
...@@ -155,8 +156,8 @@ ...@@ -155,8 +156,8 @@
DONE DONE
;; We are done. Do the jump. ;; We are done. Do the jump.
(loadw temp lexenv vm:closure-function-slot vm:function-pointer-type) (loadw function lexenv vm:closure-function-slot vm:function-pointer-type)
(lisp-jump temp lip)) (lisp-jump function lip))
......
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