blob: 5c674966167a8af11f18fd4df82ef2e833e0e6cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.text
.global __unmapself
.type __unmapself,%function
__unmapself:
call 1f
.long -1
.long -1
1: popl %ecx
xorl %ebx,%ebx
xorl %edx,%edx
movl $8,%esi
movl $175,%eax
int $128
movl $91,%eax
movl 4(%esp),%ebx
movl 8(%esp),%ecx
int $128
xorl %ebx,%ebx
movl $1,%eax
int $128
.size __unmapself,.-__unmapself
|