X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fpowerpc%2F__unmapself.s;h=c9360b47a69273fbbbbba52e17fb8e708044732a;hb=96fbcf7d80f469e39d1dd12533f8bb8d13b64fe5;hp=bb3724e3621135e983438dc32e4179101239dba2;hpb=c6d441e3a246370d9c459396ec22b096db93850e;p=musl diff --git a/src/thread/powerpc/__unmapself.s b/src/thread/powerpc/__unmapself.s index bb3724e3..c9360b47 100644 --- a/src/thread/powerpc/__unmapself.s +++ b/src/thread/powerpc/__unmapself.s @@ -1,9 +1,9 @@ - .text - .global __unmapself - .type __unmapself,%function + .text + .global __unmapself + .type __unmapself,%function __unmapself: - li 0, 91 # __NR_munmap - sc - li 0, 1 #__NR_exit - sc - blr + li 0, 91 # __NR_munmap + sc + li 0, 1 #__NR_exit + sc + blr