]> git.saurik.com Git - apple/libc.git/blobdiff - arm/string/bzero.s
Libc-583.tar.gz
[apple/libc.git] / arm / string / bzero.s
index 9e2088c91c5b6a4476a596a3fb3d1a3dfb807ac6..ada372792ee67826824065416017c0d45bf1351c 100644 (file)
@@ -22,7 +22,8 @@
  */
 
 #include <mach/machine/asm.h>
-
+#include <architecture/arm/asm_help.h>
+       
 /* 
  * A reasonably well-optimized bzero/memset. Should work equally well on arm11 and arm9 based
  * cores. 
@@ -158,3 +159,4 @@ L_unaligned:
        bge             L_64ormorealigned
        b               L_lessthan64aligned
 
+X_LEAF(___bzero, _bzero)