mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 23:39:20 +00:00
Kernel now compiles on x32
This commit is contained in:
@ -3,11 +3,11 @@
|
||||
.type _init, @function
|
||||
_init:
|
||||
push %ebp
|
||||
movq %esp, %ebp
|
||||
mov %esp, %ebp
|
||||
|
||||
.section .fini
|
||||
.global _fini
|
||||
.type _fini, @function
|
||||
_fini:
|
||||
push %ebp
|
||||
movq %esp, %ebp
|
||||
mov %esp, %ebp
|
||||
|
Reference in New Issue
Block a user