Skip to content

Commit 73c2551

Browse files
authored
Merge branch 'master' into zon-stop-on-node
2 parents c90385c + 31f353c commit 73c2551

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)