PM: Fix remaining issues, now works properly again.

This commit is contained in:
Michael Scire 2018-06-15 00:47:07 -06:00
parent 4d36697080
commit f41b780c0a
8 changed files with 78 additions and 94 deletions

View file

@ -53,7 +53,7 @@ IWaitable *MultiThreadedWaitableManager::get_waitable() {
for (auto & waitable : this->waitables) {
waitable->update_priority();
}
} else if (rc != 0xF601) {
} else if (rc != 0xF601 && rc != 0xE401) {
/* TODO: Panic. When can this happen? */
} else {
for (int i = 0; i < handle_index; i++) {