From 1e79c5653be15ec763d438916a5be9e755ed7bea Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 29 Apr 1992 16:50:41 +0000 Subject: [PATCH] typo --- compiler/sparc/call.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/sparc/call.lisp b/compiler/sparc/call.lisp index 3f4a09922..b998a9ac6 100644 --- a/compiler/sparc/call.lisp +++ b/compiler/sparc/call.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (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 (move csp-tn cfp-tn) (move cfp-tn old-fp) ;; Out of here. - (lisp-return return-pc :offset 2))) + (lisp-return return-pc :offset 2) (trace-table-entry trace-table-normal))) ;;; Do unknown-values return of a fixed number of values. The Values are -- GitLab