X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fc-call.lisp;h=ca820a613e0ddffa62c1246972864f095cb8aab3;hb=ec2616d216958a608581802c47496c0194478dc8;hp=4c098f98a8952c1caa95a9214e3de77a6f45e7f4;hpb=e33fb894f991b2926d8f3bace9058e4c0b2c3a37;p=sbcl.git diff --git a/src/compiler/x86/c-call.lisp b/src/compiler/x86/c-call.lisp index 4c098f9..ca820a6 100644 --- a/src/compiler/x86/c-call.lisp +++ b/src/compiler/x86/c-call.lisp @@ -12,7 +12,7 @@ (in-package "SB!VM") -;; The MOVE-ARGUMENT vop is going to store args on the stack for +;; The MOVE-ARG vop is going to store args on the stack for ;; call-out. These tn's will be used for that. move-arg is normally ;; used for things going down the stack but C wants to have args ;; indexed in the positive direction. @@ -106,8 +106,8 @@ #+nil ;;pfw obsolete now? (define-alien-type-method (values :result-tn) (type state) - (mapcar #'(lambda (type) - (invoke-alien-type-method :result-tn type state)) + (mapcar (lambda (type) + (invoke-alien-type-method :result-tn type state)) (alien-values-type-values type))) ;;; pfw - from alpha