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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user