mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
23bb276fcd
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. :^)
7 lines
73 B
ArmAsm
7 lines
73 B
ArmAsm
.section .init
|
|
pop %ebp
|
|
ret
|
|
|
|
.section .fini
|
|
pop %ebp
|
|
ret
|