Darwin/aarch64: Potentially(?) fix compile error

This commit is contained in:
Zachary Waldowski
2013-11-30 02:04:57 -05:00
parent d6bb931446
commit bc978099bf

View File

@@ -107,11 +107,11 @@ CNAME(ffi_call_SYSV):
cfi_def_cfa_register (x29)
sub sp, sp, #ffi_call_SYSV_FS
stp x21, x22, [sp, 0]
stp x21, x22, [sp, #0]
cfi_rel_offset (x21, 0 - ffi_call_SYSV_FS)
cfi_rel_offset (x22, 8 - ffi_call_SYSV_FS)
stp x23, x24, [sp, 16]
stp x23, x24, [sp, #16]
cfi_rel_offset (x23, 16 - ffi_call_SYSV_FS)
cfi_rel_offset (x24, 24 - ffi_call_SYSV_FS)