1.0.7.30: be more paranoid about saps
[sbcl.git] / src / compiler / generic / vm-tran.lisp
index 8530c1c..a4fb8fd 100644 (file)
               ;; declare it in the DEFKNOWN too.)
               ((simple-unboxed-array (*)) (vector-sap thing)))))
      (declare (inline sapify))
-     (without-gcing
+    (with-pinned-objects (dst src)
       (memmove (sap+ (sapify dst) dst-start)
                (sap+ (sapify src) src-start)
                (- dst-end dst-start)))