Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions native/libffi/src/aarch64/sysv.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Loading