]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/zero-fill-segment/zero.s
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / zero-fill-segment / zero.s
1
2 .globl _foo
3 .zerofill __MYZERO, __zero, _foo, 8192
4
5