xamarin-macios/runtime/trampolines-x86_64-objc_msg...

24 строки
438 B
ArmAsm

#if __x86_64__
.subsections_via_symbols
.text
.align 4
.globl _xamarin_dyn_objc_msgSend_stret
_xamarin_dyn_objc_msgSend_stret:
#include "trampolines-x86_64-objc_msgSend-pre.inc"
# put (id, SEL) where xamarin_get_frame_length expects it
movq %rsi, %rdi
movq %rdx, %rsi
#include "trampolines-x86_64-objc_msgSend-copyframe.inc"
Lbeforeinvoke:
call _objc_msgSend_stret
#include "trampolines-x86_64-objc_msgSend-post.inc"
#endif