mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-25 18:05:04 +00:00
Cooperate with the compiler to generate and execute the _init_array list of constructor functions on userspace program statup. This took two days to get working, my goodness. :^)
8 lines
73 B
ArmAsm
8 lines
73 B
ArmAsm
.section .init
|
|
pop %ebp
|
|
ret
|
|
|
|
.section .fini
|
|
pop %ebp
|
|
ret
|