From 4b06e927315aeaae5294eb46925bdb9b8dd301dc Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 21 Jan 2016 22:18:18 +0100 Subject: A few more asterisks, mostly casts --- Source/Core/Common/Thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/Thread.cpp') diff --git a/Source/Core/Common/Thread.cpp b/Source/Core/Common/Thread.cpp index 11cb48bb49..ad0436c3ae 100644 --- a/Source/Core/Common/Thread.cpp +++ b/Source/Core/Common/Thread.cpp @@ -97,7 +97,7 @@ void SetThreadAffinity(std::thread::native_handle_type thread, u32 mask) { #ifdef __APPLE__ thread_policy_set(pthread_mach_thread_np(thread), - THREAD_AFFINITY_POLICY, (integer_t *)&mask, 1); + THREAD_AFFINITY_POLICY, (integer_t*)&mask, 1); #elif (defined __linux__ || defined BSD4_4 || defined __FreeBSD__) && !(defined ANDROID) #ifdef __FreeBSD__ cpuset_t cpu_set; -- cgit v1.2.3