mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-01 09:18:00 +00:00
8 lines
61 B
ArmAsm
8 lines
61 B
ArmAsm
.section .init
|
|
pop %ebp
|
|
ret
|
|
|
|
.section .fini
|
|
pop %ebp
|
|
ret
|