diff options
-rw-r--r-- | src/thread/aarch64/clone.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/aarch64/clone.s b/src/thread/aarch64/clone.s index 9ac272bd..aff8155b 100644 --- a/src/thread/aarch64/clone.s +++ b/src/thread/aarch64/clone.s @@ -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 |