mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-21 09:29:36 +00:00
8 lines
91 B
ArmAsm
8 lines
91 B
ArmAsm
.text
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
.cfi_startproc
|
|
call func@plt
|
|
.cfi_endproc
|