mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 22:06:50 +00:00
8 lines
103 B
ArmAsm
8 lines
103 B
ArmAsm
.text
|
|
.type foo, %gnu_indirect_function
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
ret
|
|
.size foo, .-foo
|