Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
35 lines
861 B
Diff
35 lines
861 B
Diff
diff --git a/src/aarch64/sysv.S b/src/aarch64/sysv.S
|
|
index eeaf3f8..329889c 100644
|
|
--- a/src/aarch64/sysv.S
|
|
+++ b/src/aarch64/sysv.S
|
|
@@ -76,8 +76,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|
x5 closure
|
|
*/
|
|
|
|
- cfi_startproc
|
|
CNAME(ffi_call_SYSV):
|
|
+ cfi_startproc
|
|
/* Sign the lr with x1 since that is where it will be stored */
|
|
SIGN_LR_WITH_REG(x1)
|
|
|
|
@@ -268,8 +268,8 @@ CNAME(ffi_closure_SYSV_V):
|
|
#endif
|
|
|
|
.align 4
|
|
- cfi_startproc
|
|
CNAME(ffi_closure_SYSV):
|
|
+ cfi_startproc
|
|
SIGN_LR
|
|
stp x29, x30, [sp, #-ffi_closure_SYSV_FS]!
|
|
cfi_adjust_cfa_offset (ffi_closure_SYSV_FS)
|
|
@@ -500,8 +500,8 @@ CNAME(ffi_go_closure_SYSV_V):
|
|
#endif
|
|
|
|
.align 4
|
|
- cfi_startproc
|
|
CNAME(ffi_go_closure_SYSV):
|
|
+ cfi_startproc
|
|
stp x29, x30, [sp, #-ffi_closure_SYSV_FS]!
|
|
cfi_adjust_cfa_offset (ffi_closure_SYSV_FS)
|
|
cfi_rel_offset (x29, 0)
|