diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-11-14 14:27:51 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-11-14 14:27:51 -0500 |
commit | d1bf452d75bef2b098765fe94b9ccb24cdb6568b (patch) | |
tree | 22e8fe918c77bc3ea2a142971dd2c5b3e63b5c3d /src/thread | |
parent | e7257d3e63b10d4725450c383e94cdbb997d9151 (diff) | |
download | musl-d1bf452d75bef2b098765fe94b9ccb24cdb6568b.tar.gz musl-d1bf452d75bef2b098765fe94b9ccb24cdb6568b.tar.xz musl-d1bf452d75bef2b098765fe94b9ccb24cdb6568b.zip |
fix indention with spaces in powerpc asm
Diffstat (limited to 'src/thread')
-rw-r--r-- | src/thread/powerpc/__unmapself.s | 16 |
1 files changed, 8 insertions, 8 deletions
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 |