0.pre7.11:
[sbcl.git] / src / code / target-misc.lisp
index 9519b6e..20ea613 100644 (file)
           (setf *standard-output* (third old-streams))
           (setf *error-output* (fourth old-streams)))))
   (values))
+
+(defun %byte-blt (src src-start dst dst-start dst-end)
+  (%byte-blt src src-start dst dst-start dst-end))