musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrutz Behn <me@trutz.be>2015年01月28日 18:46:49 +0100
committerRich Felker <dalias@aerifal.cx>2015年01月30日 21:58:28 -0500
commitc7b05bc81732e9471e8f61e2dc48ff590572724e (patch)
treedcf3763b974d2dae7a642287fb1b14e753f44607
parent02d8770dcfe47c3bea143cb725f93f3b74b6d667 (diff)
downloadmusl-c7b05bc81732e9471e8f61e2dc48ff590572724e.tar.gz
fix missing comma in sh setjmp asm
this typo did not result in an erroneous setjmp with at least binutils 2.22 but fix it for clarity and compatibility with potentially stricter sh assemblers.
Diffstat
-rw-r--r--src/setjmp/sh/setjmp.s 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setjmp/sh/setjmp.s b/src/setjmp/sh/setjmp.s
index 6127ed90..49e2d985 100644
--- a/src/setjmp/sh/setjmp.s
+++ b/src/setjmp/sh/setjmp.s
@@ -13,7 +13,7 @@ setjmp:
fmov.s fr13, @-r4
fmov.s fr12, @-r4
sts.l pr, @-r4
- mov.l r15 @-r4
+ mov.l r15, @-r4
mov.l r14, @-r4
mov.l r13, @-r4
mov.l r12, @-r4
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 21:32:15 +0000

AltStyle によって変換されたページ (->オリジナル) /