Fix symbol prefix for ffi_closure_SYSV_inner on Darwin.

This commit is contained in:
Landon Fuller
2010-09-19 10:42:36 -07:00
parent 36849e7716
commit f38364b399

View File

@@ -259,7 +259,7 @@ ARM_FUNC_START ffi_closure_SYSV
sub sp, sp, #16
str sp, [sp, #8]
add r1, sp, #8
bl ffi_closure_SYSV_inner
bl CNAME(ffi_closure_SYSV_inner)
cmp r0, #FFI_TYPE_INT
beq .Lretint