# arm testcase for bl$cond $offset24
# mach: all
.include "testutils.inc"
start
.arm
blx thumb
.thumb
.thumb_func
thumb:
nop
blx next
blx PASS
.section text1, "ax"
next:
add r0, r1, r0
bx lr
FAIL:
fail
PASS:
pass