kernel/Thread: Add FIXME
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
35501407c1
commit
3a84e4998c
@ -21,6 +21,8 @@ enum class ThreadState
|
|||||||
Dying
|
Dying
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// FIXME: Save floating point state. (SSE registers on x86_64 using FXSAVE and FXRSTOR)
|
||||||
|
|
||||||
struct Thread : public LinkedListNode<Thread>
|
struct Thread : public LinkedListNode<Thread>
|
||||||
{
|
{
|
||||||
Registers regs;
|
Registers regs;
|
||||||
|
Loading…
Reference in New Issue
Block a user