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

typo

parent cfec9b9a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/call.lisp,v 1.12 1992/04/28 15:38:37 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/call.lisp,v 1.13 1992/04/29 16:50:41 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -915,7 +915,7 @@ default-value-8 ...@@ -915,7 +915,7 @@ default-value-8
(move csp-tn cfp-tn) (move csp-tn cfp-tn)
(move cfp-tn old-fp) (move cfp-tn old-fp)
;; Out of here. ;; Out of here.
(lisp-return return-pc :offset 2))) (lisp-return return-pc :offset 2)
(trace-table-entry trace-table-normal))) (trace-table-entry trace-table-normal)))
;;; Do unknown-values return of a fixed number of values. The Values are ;;; Do unknown-values return of a fixed number of values. The Values are
......
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