提交 c7b05bc8 编写于 作者: T Trutz Behn 提交者: Rich Felker

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.
上级 02d8770d
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册