diff options
Diffstat (limited to 'src/thread/i386/__unmapself.s')
-rw-r--r-- | src/thread/i386/__unmapself.s | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/thread/i386/__unmapself.s b/src/thread/i386/__unmapself.s index bcf6e7fe..b5e9c713 100644 --- a/src/thread/i386/__unmapself.s +++ b/src/thread/i386/__unmapself.s @@ -1,6 +1,5 @@ .text .global __unmapself -.type __unmapself,%function __unmapself: movl $91,%eax movl 4(%esp),%ebx @@ -9,5 +8,3 @@ __unmapself: xorl %ebx,%ebx movl $1,%eax int $128 - -.size __unmapself,.-__unmapself |