mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
10 lines
139 B
ArmAsm
10 lines
139 B
ArmAsm
.abiversion 2
|
|
.section .text,"axG",%progbits,foo,comdat
|
|
.globl foo
|
|
.type foo,%function
|
|
foo:
|
|
0:
|
|
.localentry foo,0
|
|
blr
|
|
.size foo,.-0b
|