Home | History | Annotate | Line # | Download | only in arm
      1  1.1  christos #if defined (_ARM_ARCH_4T) || defined(__ARM_ARCH_ISA_THUMB)
      2  1.1  christos # define RET		bx		lr
      3  1.1  christos #else
      4  1.1  christos # define RET		mov		pc, lr
      5  1.1  christos #endif
      6