mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-01 01:07:58 +00:00
8 lines
63 B
ArmAsm
8 lines
63 B
ArmAsm
.section .init
|
|
popq %ebp
|
|
ret
|
|
|
|
.section .fini
|
|
popq %ebp
|
|
ret
|