Commit 6058c84b authored by Lioncash's avatar Lioncash
Browse files

kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t

Avoids using a u32 to compare against a range of size_t, which can be a
source of warnings. While we're at it, compress a std::tie into a
structured binding.
parent fac0e42b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment