mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
13 lines
185 B
ArmAsm
13 lines
185 B
ArmAsm
# split_s390_2_ns.s: s390 specific, -fsplit-stack calling non-split
|
|
|
|
.text
|
|
|
|
.global fn2
|
|
.type fn2,@function
|
|
fn2:
|
|
br %r14
|
|
|
|
.size fn2,. - fn2
|
|
|
|
.section .note.GNU-stack,"",@progbits
|