diff --git a/Source/Core/Core/PowerPC/Jit64/RegCache/CachedReg.h b/Source/Core/Core/PowerPC/Jit64/RegCache/CachedReg.h index f9f5d5de70..acf5480abb 100644 --- a/Source/Core/Core/PowerPC/Jit64/RegCache/CachedReg.h +++ b/Source/Core/Core/PowerPC/Jit64/RegCache/CachedReg.h @@ -51,7 +51,7 @@ public: if (location->IsImm()) return LocationType::SpeculativeImmediate; - ASSERT(location == default_location); + ASSERT(*location == default_location); return LocationType::Default; }