blob: 9e09ed63337713cb1d0303048939629304b168a6 [file] [log] [blame]
.text
.arm
.global _start
.type _start, %function
_start:
b foo
.thumb
.global foo
.type foo, %function
foo:
nop
bx lr