1.0.12.39: Fix minor bug in new LOAD
[sbcl.git] / src / compiler / x86-64 / c-call.lisp
index 0589617..afbe857 100644 (file)
 ;;; 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)