mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Fix current thread id
This commit is contained in:
@@ -449,7 +449,7 @@ namespace
|
||||
return STATUS_INVALID_HANDLE;
|
||||
}
|
||||
|
||||
const auto [old_count, succeeded] = mutant->release(c.proc.current_thread_id);
|
||||
const auto [old_count, succeeded] = mutant->release(c.win_emu.current_thread().id);
|
||||
|
||||
if (previous_count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user