mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-03 03:19:18 +00:00
Stack guard implementation
This commit is contained in:
@ -85,7 +85,7 @@ namespace Tasking
|
||||
IP EntryPoint;
|
||||
IPOffset Offset;
|
||||
int ExitCode;
|
||||
void *Stack __attribute__((aligned(16)));
|
||||
Memory::StackGuard *Stack;
|
||||
TaskStatus Status;
|
||||
#if defined(__amd64__)
|
||||
CPU::x64::TrapFrame Registers;
|
||||
|
Reference in New Issue
Block a user