xref
: /
netbsd-src
/
crypto
/
external
/
bsd
/
openssl.old
/
lib
/
libcrypto
/
arch
/
arm
/
arm_asm.h
(revision 82d56013d7b633d116a93943de88e08335357a7c)
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