* fixup

* Get rid of obsolute arg in lv2_obj::awake

* nvm ill do this later

* Typo fix of the decade
This commit is contained in:
Eladash 2020-01-01 19:38:05 +02:00 committed by Ani
parent 341fdf7eb1
commit 4c20881f8f
2 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ void _sys_ppu_thread_exit(ppu_thread& ppu, u64 errorcode)
std::lock_guard lock(id_manager::g_mutex);
// Schedule joiner and unqueue
lv2_obj::awake(idm::check_unlocked<named_thread<ppu_thread>>(jid), -2);
lv2_obj::awake(idm::check_unlocked<named_thread<ppu_thread>>(jid));
}
// Unqueue