fix register name usage in aarch64 clone.s

the alias fp is only supported on some assemblers. use the actual
register name x29 instead.
This commit is contained in:
Rich Felker
2025-07-01 11:57:40 -04:00
parent ab4635fba6
commit caae5a8b27
+1 -1
View File
@@ -24,7 +24,7 @@ __clone:
// parent
ret
// child
1: mov fp, 0
1: mov x29, 0
ldp x1,x0,[sp],#16
blr x1
mov x8,#93 // SYS_exit