mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
10 lines
101 B
ArmAsm
10 lines
101 B
ArmAsm
|
.global _init
|
||
|
.section .init
|
||
|
_init:
|
||
|
push %ebp
|
||
|
|
||
|
.global _fini
|
||
|
.section .fini
|
||
|
_fini:
|
||
|
push %ebp
|