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/signal/powerpc/restore.s | |
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/signal/powerpc/restore.s')
-rw-r--r-- | src/signal/powerpc/restore.s | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/signal/powerpc/restore.s b/src/signal/powerpc/restore.s index fd7bcba5..4d41c27a 100644 --- a/src/signal/powerpc/restore.s +++ b/src/signal/powerpc/restore.s @@ -1,11 +1,11 @@ - .global __restore - .type __restore,%function + .global __restore + .type __restore,%function __restore: - li 0, 119 #__NR_sigreturn - sc + li 0, 119 #__NR_sigreturn + sc - .global __restore_rt - .type __restore_rt,%function + .global __restore_rt + .type __restore_rt,%function __restore_rt: - li 0, 172 # __NR_rt_sigreturn - sc + li 0, 172 # __NR_rt_sigreturn + sc |