X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fc-call.lisp;h=afbe8578a1680b0a6076c200f052899eaa1c3ec0;hb=f2b65035e35f3f7ae5f645cea6338538235ca899;hp=0589617e5b71dfa4c66d6ed29dd1e599d581ad4f;hpb=d01a6883a21ee073c1a00c401c12185dbd2a8133;p=sbcl.git diff --git a/src/compiler/x86-64/c-call.lisp b/src/compiler/x86-64/c-call.lisp index 0589617..afbe857 100644 --- a/src/compiler/x86-64/c-call.lisp +++ b/src/compiler/x86-64/c-call.lisp @@ -340,7 +340,7 @@ ;;; that GC won't move them while foreign functions go to work. (define-vop (touch-object) (:translate touch-object) - (:args (object :scs (descriptor-reg))) + (:args (object)) (:ignore object) (:policy :fast-safe) (:arg-types t)