forked from Bananymous/banan-os
All: Start work again on sse support
This commit is contained in:
@@ -99,7 +99,11 @@ namespace Kernel
|
||||
|
||||
Thread::Thread(pid_t tid, Process* process)
|
||||
: m_tid(tid), m_process(process)
|
||||
{}
|
||||
{
|
||||
#if __enable_sse
|
||||
save_sse();
|
||||
#endif
|
||||
}
|
||||
|
||||
Thread& Thread::current()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user