mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Refactor gsTCB struct for debugging and update usage in related files
This commit is contained in:
@ -452,7 +452,7 @@ namespace Tasking
|
||||
sf->rax = si->tf.rax;
|
||||
sf->Flags = si->tf.rflags.raw;
|
||||
sf->ReturnAddress = si->tf.rip;
|
||||
gs->TempStack = si->tf.rsp;
|
||||
gs->TempStack = (void *)si->tf.rsp;
|
||||
|
||||
SignalMask.store(si->SignalMask);
|
||||
|
||||
|
Reference in New Issue
Block a user