; Use ?c instead of integer in local variables
* exec/loader-armeabi.s (timespec): * exec/loader-mips64el.s (__start): * exec/loader-mipsel.s (__start): Use ?c instead of integer in local variables.
This commit is contained in:
parent
0da2a4650c
commit
c3b41c123a
3 changed files with 3 additions and 3 deletions
|
@ -200,5 +200,5 @@ timespec:
|
|||
.long 10
|
||||
|
||||
@ Local Variables:
|
||||
@ asm-comment-char: 64
|
||||
@ asm-comment-char: ?@
|
||||
@ End:
|
||||
|
|
|
@ -230,5 +230,5 @@ dnl syscall # syscall
|
|||
.quad 10
|
||||
|
||||
# Local Variables:
|
||||
# asm-comment-char: 35
|
||||
# asm-comment-char: ?#
|
||||
# End:
|
||||
|
|
|
@ -232,5 +232,5 @@ RESTORE() # restore sp
|
|||
.long 10
|
||||
|
||||
# Local Variables:
|
||||
# asm-comment-char: 35
|
||||
# asm-comment-char: ?#
|
||||
# End:
|
||||
|
|
Loading…
Add table
Reference in a new issue