Skip to content

Commit

Permalink
musl: Fix typo in m68k clone() assembly.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Feb 22, 2025
1 parent 6fe1993 commit 31f353c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libc/musl/src/thread/m68k/clone.s
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ __clone:
beq 1f
movem.l (%sp)+,%d2-%d5
rts
1: suba.l %%fp,%%fp
1: suba.l %fp,%fp
move.l %a1,-(%sp)
jsr (%a0)
move.l #1,%d0
Expand Down

0 comments on commit 31f353c

Please sign in to comment.