X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fc-call.lisp;h=a30c30c07ee6e60cfad509d0ddfc222adffe3737;hb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;hp=b9c2240dee1ddd278be4dded4ec613d006e45202;hpb=c3f281f5c34b55170ac43a4679f1528b8bb7c703;p=sbcl.git diff --git a/src/compiler/x86/c-call.lisp b/src/compiler/x86/c-call.lisp index b9c2240..a30c30c 100644 --- a/src/compiler/x86/c-call.lisp +++ b/src/compiler/x86/c-call.lisp @@ -12,9 +12,6 @@ (in-package "SB!VM") -(file-comment - "$Header$") - ;; The move-argument 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