kernel: clone fpu status on CreateThread

This commit is contained in:
Liam
2023-03-07 19:18:06 -05:00
parent a7792e5ff8
commit 484641003c
3 changed files with 28 additions and 1 deletions

View File

@ -254,6 +254,8 @@ public:
thread_context_32.tpidr = static_cast<u32>(value);
}
void CloneFpuStatus();
[[nodiscard]] ThreadContext32& GetContext32() {
return thread_context_32;
}