X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Falloc.lisp;h=76bad499a0fd26341c4a79fc92e72bb0e6c3bce0;hb=e188f845350da58ffd0f52f08f21cb06cd57c584;hp=690e34b89fc06d0472a02e4ed9f8329641e41174;hpb=b9e94e326f79ab01e56cb437e424ce5ea489471f;p=sbcl.git diff --git a/src/compiler/x86-64/alloc.lisp b/src/compiler/x86-64/alloc.lisp index 690e34b..76bad49 100644 --- a/src/compiler/x86-64/alloc.lisp +++ b/src/compiler/x86-64/alloc.lisp @@ -124,7 +124,7 @@ (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)))