mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
10 lines
164 B
ArmAsm
10 lines
164 B
ArmAsm
|
.globl foo
|
||
|
foo:
|
||
|
.cfi_startproc
|
||
|
nop
|
||
|
.cfi_def_cfa_offset 4
|
||
|
nop
|
||
|
.cfi_register $29, $0
|
||
|
nop
|
||
|
.cfi_endproc
|