mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
Kernel: Add initializer for Thread::m_tss
This commit is contained in:
@@ -77,7 +77,6 @@ Thread::Thread(NonnullRefPtr<Process> process)
|
||||
set_default_signal_dispositions();
|
||||
m_fpu_state = (FPUState*)kmalloc_aligned<16>(sizeof(FPUState));
|
||||
reset_fpu_state();
|
||||
memset(&m_tss, 0, sizeof(m_tss));
|
||||
m_tss.iomapbase = sizeof(TSS32);
|
||||
|
||||
// Only IF is set when a process boots.
|
||||
|
||||
Reference in New Issue
Block a user