X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fc-call.lisp;h=023c99b8c80c2db71a0f94224e2ba6b6369485b5;hb=91e1d65670542ceb7c177423f25b53d250c9d9cb;hp=8c756b3403c1c288e9f8d6993e84748d84924d59;hpb=d01a6883a21ee073c1a00c401c12185dbd2a8133;p=sbcl.git diff --git a/src/compiler/x86/c-call.lisp b/src/compiler/x86/c-call.lisp index 8c756b3..023c99b 100644 --- a/src/compiler/x86/c-call.lisp +++ b/src/compiler/x86/c-call.lisp @@ -333,7 +333,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)