mirror of
https://github.com/decompals/wibo.git
synced 2025-12-14 07:36:08 +00:00
setup_linux: Improve segments init & add modify_ldt fallback
This commit is contained in:
@@ -110,7 +110,7 @@ void threadCleanup(void *param) {
|
||||
}
|
||||
g_currentThreadObject = nullptr;
|
||||
wibo::notifyDllThreadDetach();
|
||||
currentThreadTeb = nullptr;
|
||||
wibo::uninstallTebForCurrentThread();
|
||||
// TODO: mark mutexes owned by this thread as abandoned
|
||||
obj->cv.notify_all();
|
||||
obj->notifyWaiters(false);
|
||||
|
||||
Reference in New Issue
Block a user