summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2016-09-07 20:10:03 +1200
committerScott Mansell <phiren@gmail.com>2016-09-07 20:10:03 +1200
commitfe41dff22858e2b5cfc0c7c0d76e36aeb75c4c4d (patch)
tree3eeb87bbda8c9e32b0521ac97f776cf8bb2553dc /Source
parentd951f9e765b81772a464bd663926e05c98b00201 (diff)
Fix the master build.
Diffstat (limited to 'Source')
-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)
{