; 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:
Stefan Kangas 2023-12-10 22:04:51 +01:00
parent 0da2a4650c
commit c3b41c123a
3 changed files with 3 additions and 3 deletions

View file

@ -200,5 +200,5 @@ timespec:
.long 10
@ Local Variables:
@ asm-comment-char: 64
@ asm-comment-char: ?@
@ End:

View file

@ -230,5 +230,5 @@ dnl syscall # syscall
.quad 10
# Local Variables:
# asm-comment-char: 35
# asm-comment-char: ?#
# End:

View file

@ -232,5 +232,5 @@ RESTORE() # restore sp
.long 10
# Local Variables:
# asm-comment-char: 35
# asm-comment-char: ?#
# End: