mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
18 lines
269 B
ArmAsm
18 lines
269 B
ArmAsm
.text
|
|
.p2align 4,,15
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
.LFB0:
|
|
.cfi_startproc
|
|
subq $8, %rsp
|
|
.cfi_def_cfa_offset 16
|
|
call bar2@PLT
|
|
addq $8, %rsp
|
|
.cfi_def_cfa_offset 8
|
|
jmp bar1@PLT
|
|
.cfi_endproc
|
|
.LFE0:
|
|
.size foo, .-foo
|
|
.section .note.GNU-stack,"",@progbits
|