thread: Rename mask to affinity_masks.

This commit is contained in:
bunnei
2018-05-10 19:12:46 -04:00
parent 187b2684c5
commit 718a71843a
4 changed files with 6 additions and 5 deletions

View File

@@ -735,7 +735,7 @@ static ResultCode GetThreadCoreMask(Handle thread_handle, u32* core, u64* mask)
}
*core = thread->ideal_core;
*mask = thread->mask;
*mask = thread->affinity_mask;
return RESULT_SUCCESS;
}