mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-23 06:07:41 +01:00
11 lines
155 B
ArmAsm
11 lines
155 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
lea .Ljmp(%rip), %rax
|
||
|
jmp *(%rax)
|
||
|
.section .data.rel.ro.local,"aw",@progbits
|
||
|
.weak func
|
||
|
.align 8
|
||
|
.Ljmp:
|
||
|
.quad func + 1
|