summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2016-09-07 10:13:59 +0200
committerGitHub <noreply@github.com>2016-09-07 10:13:59 +0200
commitb2dcbbf884f99d5eb4bff72e45da87f6067d2f2a (patch)
tree3eeb87bbda8c9e32b0521ac97f776cf8bb2553dc
parentd951f9e765b81772a464bd663926e05c98b00201 (diff)
parentfe41dff22858e2b5cfc0c7c0d76e36aeb75c4c4d (diff)
Merge pull request #4191 from phire/fix_master
Fix the master build.
-rw-r--r--Source/Core/Core/PowerPC/JitCommon/JitCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp b/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp
index 0817bdc7de..4d545c1532 100644
--- a/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp
+++ b/Source/Core/Core/PowerPC/JitCommon/JitCache.cpp
@@ -28,7 +28,7 @@
using namespace Gen;
-static int s_clear_jit_cache_thread_safe;
+static CoreTiming::EventType* s_clear_jit_cache_thread_safe;
static void ClearCacheThreadSafe(u64 userdata, s64 cyclesdata)
{