xref
: /
minix3
/
crypto
/
external
/
bsd
/
openssl
/
lib
/
libcrypto
/
arch
/
arm
/
arm_asm.h
(revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
if
defined
(
_ARM_ARCH_4T
)
2
#
define
RET
bx
lr
3
#
else
4
#
define
RET
mov
pc
,
lr
5
#
endif
6