summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/crtn.s
blob: b2c77902b9cdfa7f898594dc62f43fd34e1e2202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.section .init
	pop %rdx
	pop %rcx
	pop %r10
	or  %r10,%rax
	ret

.section .fini
	pop %rdx
	pop %rcx
	pop %r10
	or  %r10,%rax
	ret