xref: /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/arm_asm.h (revision 4724848cf0da353df257f730694b7882798e5daf)
1*4724848cSchristos #if defined (_ARM_ARCH_4T) || defined(__ARM_ARCH_ISA_THUMB)
2c9496f6bSchristos # define RET		bx		lr
3c9496f6bSchristos #else
4c9496f6bSchristos # define RET		mov		pc, lr
5c9496f6bSchristos #endif
6