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