summaryrefslogtreecommitdiff
path: root/src/thread/i386/__unmapself.s
blob: b5e9c71300a4954390a947cb3ece340794bc8cdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.text
.global __unmapself
__unmapself:
	movl $91,%eax
	movl 4(%esp),%ebx
	movl 8(%esp),%ecx
	int $128
	xorl %ebx,%ebx
	movl $1,%eax
	int $128