Skip to content

Commit aa40eb5

Browse files
committed
Update generated sources
1 parent c96a81a commit aa40eb5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

generated-src/ios-aarch64/crypto/fipsmodule/armv8-mont.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ _bn_mul_mont:
2222
Lmul_mont:
2323
stp x29,x30,[sp,#-64]!
2424
.cfi_def_cfa_offset 64
25-
.cfi_offset x30, -56
2625
.cfi_offset x29, -64
26+
.cfi_offset x30, -56
2727
add x29,sp,#0
2828
.cfi_def_cfa x29, 64
2929
stp x19,x20,[sp,#16]
@@ -246,8 +246,8 @@ __bn_sqr8x_mont:
246246
Lsqr8x_mont:
247247
stp x29,x30,[sp,#-128]!
248248
.cfi_def_cfa_offset 128
249-
.cfi_offset x30, -120
250249
.cfi_offset x29, -128
250+
.cfi_offset x30, -120
251251
add x29,sp,#0
252252
.cfi_def_cfa x29, 128
253253
stp x19,x20,[sp,#16]

generated-src/linux-aarch64/crypto/fipsmodule/armv8-mont.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ bn_mul_mont:
2222
.Lmul_mont:
2323
stp x29,x30,[sp,#-64]!
2424
.cfi_def_cfa_offset 64
25-
.cfi_offset x30, -56
2625
.cfi_offset x29, -64
26+
.cfi_offset x30, -56
2727
add x29,sp,#0
2828
.cfi_def_cfa x29, 64
2929
stp x19,x20,[sp,#16]
@@ -246,8 +246,8 @@ __bn_sqr8x_mont:
246246
.Lsqr8x_mont:
247247
stp x29,x30,[sp,#-128]!
248248
.cfi_def_cfa_offset 128
249-
.cfi_offset x30, -120
250249
.cfi_offset x29, -128
250+
.cfi_offset x30, -120
251251
add x29,sp,#0
252252
.cfi_def_cfa x29, 128
253253
stp x19,x20,[sp,#16]

generated-src/win-aarch64/crypto/fipsmodule/armv8-mont.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ bn_mul_mont:
2424
Lmul_mont:
2525
stp x29,x30,[sp,#-64]!
2626
.cfi_def_cfa_offset 64
27-
.cfi_offset x30, -56
2827
.cfi_offset x29, -64
28+
.cfi_offset x30, -56
2929
add x29,sp,#0
3030
.cfi_def_cfa x29, 64
3131
stp x19,x20,[sp,#16]
@@ -250,8 +250,8 @@ __bn_sqr8x_mont:
250250
Lsqr8x_mont:
251251
stp x29,x30,[sp,#-128]!
252252
.cfi_def_cfa_offset 128
253-
.cfi_offset x30, -120
254253
.cfi_offset x29, -128
254+
.cfi_offset x30, -120
255255
add x29,sp,#0
256256
.cfi_def_cfa x29, 128
257257
stp x19,x20,[sp,#16]

0 commit comments

Comments
 (0)