blob: c85a562d90f80c1f16dfae4a8e41d61bcea6851d [file] [log] [blame]
.text
.arch armv5t
.arm
one:
blx foo
blx foo2
.thumb
.type foo, %function
.thumb_func
foo:
nop
.type foo2, %function
.thumb_func
foo2:
nop