Skip to content
Snippets Groups Projects
Commit 86d32145 authored by clc5q's avatar clc5q
Browse files

Trivial debugging trigger change, again.

parent 67d9b170
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ void SMPProgram::Analyze(void) {
pair<ea_t, SMPFunction *> TempFunc(FuncInfo->startEA, CurrFunc);
this->FuncMap.insert(TempFunc);
CurrFunc->Analyze();
if (0 == strcmp("refresh_potential", CurrFunc->GetFuncName())) {
if (0 == strcmp("EvVar", CurrFunc->GetFuncName())) {
DebugFlag = true;
}
#if SMP_INFER_TYPES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment