summaryrefslogblamecommitdiff
path: root/crt/i386/crtn.s
blob: f3b61e01bb876743a7dc2c77e34217f73a87795d (plain) (tree)
1
2
3
4
5
6
7
              
                    


              
                    
           
.section .init
	add $12,%esp
	ret

.section .fini
	add $12,%esp
	ret