xref: /minix3/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/arm_asm.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc #if defined (_ARM_ARCH_4T)
2*0a6a1f1dSLionel Sambuc # define RET		bx		lr
3*0a6a1f1dSLionel Sambuc #else
4*0a6a1f1dSLionel Sambuc # define RET		mov		pc, lr
5*0a6a1f1dSLionel Sambuc #endif
6