Fix alignment of AArch64 assembler functions

This commit is contained in:
Ole André Vadla Ravnås
2014-04-06 20:53:02 +02:00
parent dc33cb3c99
commit a539f7ffd6

View File

@@ -47,6 +47,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#ifdef __ELF__
.type CNAME(ffi_call_SYSV), #function
#endif
#ifdef __APPLE__
.align 2
#endif
/* ffi_call_SYSV()
@@ -241,6 +244,9 @@ CNAME(ffi_call_SYSV):
.text
.globl CNAME(ffi_closure_SYSV)
#ifdef __APPLE__
.align 2
#endif
.cfi_startproc
CNAME(ffi_closure_SYSV):
stp x29, x30, [sp, #-16]!