blob: 6c03e980e4c9700cface46179e7e35f6f22e3dbe [file] [log] [blame]
.text
.globl _start
_start:
lea .Ljmp(%rip), %rax
.L1:
jmp *(%rax)
.section .data.rel.ro.local,"aw",@progbits
.align 8
.Ljmp:
.quad .L1