Browse Source
thanks clang
Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/2576/head
lizzie
6 months ago
No known key found for this signature in database
GPG Key ID: 287378CADCAB13
1 changed files with
1 additions and
1 deletions
-
src/core/hle/kernel/k_priority_queue.h
|
|
|
@ -227,7 +227,7 @@ public: |
|
|
|
break; |
|
|
|
} |
|
|
|
++priority; |
|
|
|
} while (priority <= LowestPriority && priority < m_available_priorities[core].size()); |
|
|
|
} while (priority <= LowestPriority && priority < s32(m_available_priorities[core].size())); |
|
|
|
} |
|
|
|
return next; |
|
|
|
} |
|
|
|
|