mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
10 lines
143 B
ArmAsm
10 lines
143 B
ArmAsm
.text
|
|
.weak func1
|
|
.weak func2
|
|
.weak func3
|
|
.globl _start
|
|
_start:
|
|
cmp func1@GOTPCREL(%rip),%rax
|
|
jmp *func2@GOTPCREL(%rip)
|
|
call func3@PLT
|