mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-04 00:31:27 +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
|