]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/check-init-abs/term.s
ld64-224.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / check-init-abs / term.s
1
2
3 .mod_term_func
4 #if __LP64__
5 .quad 0x7FFF123400000000
6 #else
7 .long 0x12340000
8 #endif
9
10