mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 02:19:15 +00:00
refactor: fix release building for aarch64 and arm
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -355,8 +355,9 @@ EXTERNC __no_stack_protector NIF void Entry(BootInfo *Info)
|
||||
: "r"(KernelStack)
|
||||
: "memory");
|
||||
asmv("mov $0, %ebp");
|
||||
#elif defined(__aarch64__)
|
||||
#else
|
||||
#warning "Kernel stack is not set!"
|
||||
UNUSED(KernelStack);
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
|
Reference in New Issue
Block a user