From c8d039f115e54035b9ba8eb4075142f89b9fa4e6 Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Tue, 27 Sep 2011 17:48:13 -0400 Subject: [PATCH] Don't analyze BSNES cheat.app, the analyzer uses >1GB memory on it --- core/cheat/cheat.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/cheat/cheat.cpp b/core/cheat/cheat.cpp index b9aad5d..1708b27 100755 --- a/core/cheat/cheat.cpp +++ b/core/cheat/cheat.cpp @@ -1,3 +1,5 @@ +#ifndef __clang_analyzer__ + #include <../base.hpp> #define CHEAT_CPP @@ -393,3 +395,4 @@ string& Cheat::decode_description(string &desc) const { }; +#endif \ No newline at end of file