mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
chore: Update makefiles & macros
This commit is contained in:
@ -803,7 +803,7 @@ EXTERNC void __chk_fail(void) __noreturn;
|
||||
|
||||
__noreturn __always_inline static inline void __convert_chk_fail(void)
|
||||
{
|
||||
#if defined(a86)
|
||||
#if defined(__amd64__) || defined(__i386__)
|
||||
asmv("int3");
|
||||
#else
|
||||
#warning "Not implemented!"
|
||||
|
Reference in New Issue
Block a user