mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
11 lines
183 B
ArmAsm
11 lines
183 B
ArmAsm
.text
|
|
.type foo, @function
|
|
.global foo
|
|
foo:
|
|
movl ifunc@GOTPCREL(%rip), %eax
|
|
ret
|
|
.type ifunc, @gnu_indirect_function
|
|
.globl ifunc
|
|
ifunc:
|
|
ret
|