mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
Kernel: Reset FPU state on exec()
This commit is contained in:
parent
315538245f
commit
9aa234cc47
3 changed files with 9 additions and 2 deletions
|
@ -440,8 +440,9 @@ private:
|
|||
friend class WaitQueue;
|
||||
bool unlock_process_if_locked();
|
||||
void relock_process();
|
||||
|
||||
String backtrace_impl() const;
|
||||
void reset_fpu_state();
|
||||
|
||||
Process& m_process;
|
||||
int m_tid { -1 };
|
||||
TSS32 m_tss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue