summaryrefslogtreecommitdiff
path: root/crt/i386/crti.s
blob: d2682a20b0652aa919e7eaf372e7be1fa407a834 (plain) (blame)
1
2
3
4
5
6
7
8
9
.section .init
.global _init
_init:
	sub $12,%esp

.section .fini
.global _fini
_fini:
	sub $12,%esp