nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 34 lines 861 B view raw
1diff --git a/src/aarch64/sysv.S b/src/aarch64/sysv.S 2index eeaf3f8..329889c 100644 3--- a/src/aarch64/sysv.S 4+++ b/src/aarch64/sysv.S 5@@ -76,8 +76,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ 6 x5 closure 7 */ 8 9- cfi_startproc 10 CNAME(ffi_call_SYSV): 11+ cfi_startproc 12 /* Sign the lr with x1 since that is where it will be stored */ 13 SIGN_LR_WITH_REG(x1) 14 15@@ -268,8 +268,8 @@ CNAME(ffi_closure_SYSV_V): 16 #endif 17 18 .align 4 19- cfi_startproc 20 CNAME(ffi_closure_SYSV): 21+ cfi_startproc 22 SIGN_LR 23 stp x29, x30, [sp, #-ffi_closure_SYSV_FS]! 24 cfi_adjust_cfa_offset (ffi_closure_SYSV_FS) 25@@ -500,8 +500,8 @@ CNAME(ffi_go_closure_SYSV_V): 26 #endif 27 28 .align 4 29- cfi_startproc 30 CNAME(ffi_go_closure_SYSV): 31+ cfi_startproc 32 stp x29, x30, [sp, #-ffi_closure_SYSV_FS]! 33 cfi_adjust_cfa_offset (ffi_closure_SYSV_FS) 34 cfi_rel_offset (x29, 0)