mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
13 lines
178 B
ArmAsm
13 lines
178 B
ArmAsm
# split_i386_n.s: i386 specific, -fsplit-stack calling non-split
|
|
|
|
.text
|
|
|
|
.global fn3
|
|
.type fn3,@function
|
|
fn3:
|
|
ret
|
|
|
|
.size fn3,. - fn3
|
|
|
|
.section .note.GNU-stack,"",@progbits
|