fix indention with spaces in powerpc asm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user