mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
12 lines
184 B
ArmAsm
12 lines
184 B
ArmAsm
.text
|
|
.globl _start
|
|
.type ifunc, @gnu_indirect_function
|
|
_start:
|
|
lea .Ljmp(%rip), %rax
|
|
ifunc:
|
|
jmp *(%rax)
|
|
.section .data.rel.ro.local,"aw",@progbits
|
|
.align 8
|
|
.Ljmp:
|
|
.quad ifunc
|