mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
12 lines
191 B
ArmAsm
12 lines
191 B
ArmAsm
.text
|
|
.globl _start
|
|
.type ifunc, @gnu_indirect_function
|
|
_start:
|
|
lea .Ljmp@GOTOFF(%ebx), %eax
|
|
ifunc:
|
|
jmp *(%eax)
|
|
.section .data.rel.ro.local,"aw",@progbits
|
|
.align 4
|
|
.Ljmp:
|
|
.long ifunc
|