blob: 3d216a978cb127f83b0a8ba6a0ccefc9a6afdca8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.file "zzz.c"
gcc2_compiled.:
___gnu_compiled_c:
.text
.align 2
.globl _exit_
.type _exit_,@function
_exit_:
pushl %ebp
movl %esp,%ebp
movl 8(%ebp),%eax
movl (%eax),%edx
pushl %edx
call _exit
addl $4,%esp
.align 2,0x90
L1:
leave
ret
Lfe1:
.size _exit_,Lfe1-_exit_
|