mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
8 lines
67 B
ArmAsm
8 lines
67 B
ArmAsm
.section .init
|
|
// popq %rbp
|
|
ret
|
|
|
|
.section .fini
|
|
// popq %rbp
|
|
ret
|