mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-17 18:21:43 +00:00
Support i386
This commit is contained in:
7
Architecture/i386/runtime/crtn.S
Normal file
7
Architecture/i386/runtime/crtn.S
Normal file
@@ -0,0 +1,7 @@
|
||||
.section .init
|
||||
pop %ebp
|
||||
ret
|
||||
|
||||
.section .fini
|
||||
pop %ebp
|
||||
ret
|
Reference in New Issue
Block a user