mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
11 lines
133 B
ArmAsm
11 lines
133 B
ArmAsm
.syntax unified
|
|
.cpu cortex-a8
|
|
.text
|
|
.thumb
|
|
.thumb_func
|
|
.align 3
|
|
.global targetfn
|
|
.type targetfn, %function
|
|
targetfn:
|
|
bx lr
|