diff --git a/compiler/mips/c-call.lisp b/compiler/mips/c-call.lisp index b88d5403398bbd293a0b831641c967c327e97d6d..1d0a47dd5e110a4a7bc74b0862eff0d790fe8e62 100644 --- a/compiler/mips/c-call.lisp +++ b/compiler/mips/c-call.lisp @@ -7,11 +7,11 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/c-call.lisp,v 1.9 1992/03/10 12:38:19 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/c-call.lisp,v 1.10 1992/03/22 17:30:01 wlott Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/c-call.lisp,v 1.9 1992/03/10 12:38:19 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/c-call.lisp,v 1.10 1992/03/22 17:30:01 wlott Exp $ ;;; ;;; This file contains the VOPs and other necessary machine specific support ;;; routines for call-out to C. @@ -131,7 +131,7 @@ (invoke-alien-type-method :result-tn type state)) (alien-values-type-values type))) -(def-vm-support-routine make-call-out-argument-tns (type) +(def-vm-support-routine make-call-out-tns (type) (let ((arg-state (make-arg-state))) (collect ((arg-tns)) (dolist (arg-type (alien-function-type-arg-types type)) diff --git a/compiler/sparc/c-call.lisp b/compiler/sparc/c-call.lisp index 5516103db8ef4a3d3335a252e74d596d8c5525b8..0488e0f06c2a6258474a3828ad9a97d22b1d0cf2 100644 --- a/compiler/sparc/c-call.lisp +++ b/compiler/sparc/c-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/c-call.lisp,v 1.6 1992/03/10 13:01:34 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/c-call.lisp,v 1.7 1992/03/22 17:30:14 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -67,7 +67,7 @@ (alien-values-type-values type))) -(def-vm-support-routine make-call-out-argument-tns (type) +(def-vm-support-routine make-call-out-tns (type) (declare (type alien-function-type type)) (let ((arg-state (make-arg-state))) (collect ((arg-tns))