1.0.13.36: better HAIRY-FUNCTION-ENTRY debug-names
[sbcl.git] / src / compiler / x86 / system.lisp
index 44b1df4..96ca14d 100644 (file)
   (:args (count-vector :scs (descriptor-reg)))
   (:info index)
   (:generator 0
-    (inst inc (make-ea-for-object-slot count-vector
-                                       (+ vector-data-offset index)
-                                       other-pointer-lowtag))))
+    (inst inc (make-ea-for-vector-data count-vector :offset index))))