0.9.18.52:
[sbcl.git] / src / compiler / x86-64 / alloc.lisp
index 690e34b..76bad49 100644 (file)
     (inst lea result (make-ea :byte :base result :disp other-pointer-lowtag))
     (storew type result 0 other-pointer-lowtag)
     (storew length result vector-length-slot other-pointer-lowtag)
-    (inst xor zero zero)
+    (zeroize zero)
     (inst rep)
     (inst stos zero)))