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

Chagned make-call-out-argument-tns to make-call-out-tns.

parent 0ca90c5c
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
;;; 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/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 ;;; This file contains the VOPs and other necessary machine specific support
;;; routines for call-out to C. ;;; routines for call-out to C.
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
(invoke-alien-type-method :result-tn type state)) (invoke-alien-type-method :result-tn type state))
(alien-values-type-values type))) (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))) (let ((arg-state (make-arg-state)))
(collect ((arg-tns)) (collect ((arg-tns))
(dolist (arg-type (alien-function-type-arg-types type)) (dolist (arg-type (alien-function-type-arg-types type))
......
...@@ -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/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 @@ ...@@ -67,7 +67,7 @@
(alien-values-type-values type))) (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)) (declare (type alien-function-type type))
(let ((arg-state (make-arg-state))) (let ((arg-state (make-arg-state)))
(collect ((arg-tns)) (collect ((arg-tns))
......
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