mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-31 08:47:57 +00:00
8 lines
61 B
ArmAsm
8 lines
61 B
ArmAsm
.section .init
|
|
pop %ebp
|
|
ret
|
|
|
|
.section .fini
|
|
pop %ebp
|
|
ret
|