]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/crt-custom/mystart.s
dyld-353.2.1.tar.gz
[apple/dyld.git] / unit-tests / test-cases / crt-custom / mystart.s
index a95e0b511824da84125229e77e559f1634e8419f..c507706d66d05875fb77e7c9dcf213b417799705 100644 (file)
@@ -6,6 +6,7 @@
 
 
        .text
+       .align 2
        .globl _mystart
 _mystart:
 #if __i386__