aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/crt/crtn.asm
blob: a593ab0dabcc7baef15b8c33ef5ab418cd70265f (plain) (blame)
1
2
3
4
5
6
7
section .init
	pop ebp
	ret

section .fini
	pop ebp
	ret