Skip to content

Commit 2a3fe00

Browse files
committed
fix breakage
1 parent dcb1392 commit 2a3fe00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

BE/StdLib/syscall.a64.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@
218218
pusharg res
219219
ret
220220

221-
.fun x64_syscall_exit SIGNATURE [] = [S32]
222-
.fun x64_syscall_clone SIGNATURE [S32] = [U64 A64 A64 A64 A64]
223-
.fun x64_thread_function SIGNATURE [] = [U64]
221+
.fun a64_syscall_exit SIGNATURE [] = [S32]
222+
.fun a64_syscall_clone SIGNATURE [S32] = [U64 A64 A64 A64 A64]
223+
.fun a64_thread_function SIGNATURE [] = [U64]
224224

225225
.fun spawn NORMAL [S32] = [C64 A64 A64 U64 U64]
226226
.bbl entry

0 commit comments

Comments
 (0)