We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb1392 commit 2a3fe00Copy full SHA for 2a3fe00
1 file changed
BE/StdLib/syscall.a64.asm
@@ -218,9 +218,9 @@
218
pusharg res
219
ret
220
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]
+.fun a64_syscall_exit SIGNATURE [] = [S32]
+.fun a64_syscall_clone SIGNATURE [S32] = [U64 A64 A64 A64 A64]
+.fun a64_thread_function SIGNATURE [] = [U64]
224
225
.fun spawn NORMAL [S32] = [C64 A64 A64 U64 U64]
226
.bbl entry
0 commit comments