File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
native/libffi/src/aarch64 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
7676 x5 closure
7777* /
7878
79- cfi_startproc
8079CNAME(ffi_call_SYSV):
80+ cfi_startproc
8181 / * Sign the lr with x1 since th at is where it will be stored * /
8282 SIGN_LR_WITH_REG(x1)
8383
@@ -268,8 +268,8 @@ CNAME(ffi_closure_SYSV_V):
268268#endif
269269
270270 . align 4
271- cfi_startproc
272271CNAME(ffi_closure_SYSV):
272+ cfi_startproc
273273 SIGN_LR
274274 stp x29 , x30 , [ sp , # - ffi_closure_SYSV_FS ] !
275275 cfi_adjust_cfa_offset (ffi_closure_SYSV_FS)
@@ -500,8 +500,8 @@ CNAME(ffi_go_closure_SYSV_V):
500500#endif
501501
502502 . align 4
503- cfi_startproc
504503CNAME(ffi_go_closure_SYSV):
504+ cfi_startproc
505505 stp x29 , x30 , [ sp , # - ffi_closure_SYSV_FS ] !
506506 cfi_adjust_cfa_offset (ffi_closure_SYSV_FS)
507507 cfi_rel_offset (x29 , 0 )
You can’t perform that action at this time.
0 commit comments