Revert non-Linux parts of #3819 (#3852)

* Revert non-Linux parts of #3819

* More OpenOrbis stuff that I couldn't be bothered to put in a new PR
This commit is contained in:
kalaposfos13
2025-12-03 14:05:19 +01:00
committed by GitHub
parent 9db4642f66
commit 98fd0689ac
5 changed files with 30 additions and 5 deletions

View File

@@ -39,6 +39,9 @@ u32 GetTcbKey();
/// Sets the data pointer to the TCB block.
void SetTcbBase(void* image_address);
/// Retrieves Tcb structure for the calling thread.
Tcb* GetTcbBase();
/// Makes sure TLS is initialized for the thread before entering guest.
void EnsureThreadInitialized();