From 8ecf6c4623da2b66fd5b8abe634736a52a2893e1 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 23 Mar 1991 15:01:37 +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 34d0d7384..76677fc40 100644 --- a/compiler/sparc/call.lisp +++ b/compiler/sparc/call.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/call.lisp,v 1.3 1991/03/22 14:00:23 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/call.lisp,v 1.4 1991/03/23 15:01:37 wlott Exp $ ;;; ;;; This file contains the VM definition of function call for the SPARC. ;;; @@ -404,7 +404,7 @@ default-value-8 (move count nargs) (inst b done) (inst nop) - (trace-table-entry trace-table-function-normal))) + (trace-table-entry trace-table-normal))) (undefined-value)) -- GitLab