mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-18 11:08:26 +00:00
13 lines
187 B
ArmAsm
13 lines
187 B
ArmAsm
# split_s390x_2_ns.s: s390x specific, -fsplit-stack calling non-split
|
|
|
|
.text
|
|
|
|
.global fn2
|
|
.type fn2,@function
|
|
fn2:
|
|
br %r14
|
|
|
|
.size fn2,. - fn2
|
|
|
|
.section .note.GNU-stack,"",@progbits
|