mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-08 05:49:17 +00:00
Enable compilation of project on AArch64 architecture
This commit is contained in:
@ -752,7 +752,7 @@ __noreturn __always_inline static inline void __convert_chk_fail(void)
|
||||
#if defined(a64) || defined(a32)
|
||||
asmv("int3");
|
||||
#else
|
||||
#error "Not implemented!"
|
||||
#warning "Not implemented!"
|
||||
#endif
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
Reference in New Issue
Block a user