Skip to content

Commit 31f353c

Browse files
committed
musl: Fix typo in m68k clone() assembly.
1 parent 6fe1993 commit 31f353c

File tree

1 file changed

+1
-1
lines changed
  • lib/libc/musl/src/thread/m68k

1 file changed

+1
-1
lines changed

lib/libc/musl/src/thread/m68k/clone.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ __clone:
1818
beq 1f
1919
movem.l (%sp)+,%d2-%d5
2020
rts
21-
1: suba.l %%fp,%%fp
21+
1: suba.l %fp,%fp
2222
move.l %a1,-(%sp)
2323
jsr (%a0)
2424
move.l #1,%d0

0 commit comments

Comments
 (0)