You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
183 B
ArmAsm

#if __x86_64
#include "objc_msgSend.x86-64.S"
#elif __i386
#include "objc_msgSend.x86-32.S"
#else
//#elif __arm__
#warning objc_msgSend() not implemented for your architecture
#endif