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.
Loading
Please sign in to comment
This function only reads the data being referenced, it doesn't modify it, so we can turn the reference into a const reference.