mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
musl: Fix typo in m68k clone() assembly.
This commit is contained in:
parent
6fe1993d80
commit
31f353cd92
2
lib/libc/musl/src/thread/m68k/clone.s
vendored
2
lib/libc/musl/src/thread/m68k/clone.s
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user