]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/check-init-no-rebase/term.s
ld64-241.9.tar.gz
[apple/ld64.git] / unit-tests / test-cases / check-init-no-rebase / term.s
CommitLineData
afe874b1
A
1
2
3 .mod_term_func
4#if __LP64__
5 .quad 0x100000010
6#else
7 .long 0x1010
8#endif
9
10