1.0.15.9: further ASSOC & MEMBER transform improvements
[sbcl.git] / src / compiler / x86 / c-call.lisp
index 8c756b3..023c99b 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)