X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/412ebb8e3cc35d457058c31310d89ef96b7c416d..19894a1236eae932b4028640f24ab843f691d4e4:/unit-tests/test-cases/crt-custom/mystart.s diff --git a/unit-tests/test-cases/crt-custom/mystart.s b/unit-tests/test-cases/crt-custom/mystart.s index a95e0b5..c507706 100644 --- a/unit-tests/test-cases/crt-custom/mystart.s +++ b/unit-tests/test-cases/crt-custom/mystart.s @@ -6,6 +6,7 @@ .text + .align 2 .globl _mystart _mystart: #if __i386__