1
Fork 0
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:
Andreas Kling 2020-02-18 13:44:27 +01:00
parent 315538245f
commit 9aa234cc47
3 changed files with 9 additions and 2 deletions

View file

@ -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;