mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-05 04:19:19 +00:00
added no_stack_protector attribute to functions
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include "../crashhandler.hpp"
|
||||
#include "../kernel.h"
|
||||
|
||||
extern "C" void ExceptionHandler(void *Data) { CrashHandler::Handle(Data); }
|
||||
extern "C" __attribute__((no_stack_protector)) void ExceptionHandler(void *Data) { CrashHandler::Handle(Data); }
|
||||
|
||||
namespace Interrupts
|
||||
{
|
||||
|
Reference in New Issue
Block a user