Commit fac0e42b authored by Lioncash's avatar Lioncash
Browse files

kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference

This function only reads the data being referenced, it doesn't modify
it, so we can turn the reference into a const reference.
parent 9a50a4f2
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