From 190e52ae2ef40e52452be93fd6b6fc7e1aba7619 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Tue, 28 Dec 2021 10:42:19 -0500 Subject: [PATCH] BP_ZONE name fix --- IDEHelper/Compiler/BfModule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IDEHelper/Compiler/BfModule.cpp b/IDEHelper/Compiler/BfModule.cpp index 86c767d4..c5c9d25e 100644 --- a/IDEHelper/Compiler/BfModule.cpp +++ b/IDEHelper/Compiler/BfModule.cpp @@ -19055,7 +19055,7 @@ void BfModule::ProcessMethod(BfMethodInstance* methodInstance, bool isInlineDup) if (wantsDIData) { - BP_ZONE("BfModule::BfMethodDeclaration.DISetup"); + BP_ZONE("BfModule::DoMethodDeclaration.DISetup"); BfIRMDNode diFuncType = mBfIRBuilder->DbgCreateSubroutineType(diParams); @@ -21848,7 +21848,7 @@ static void StackOverflow() // methodDeclaration is NULL for default constructors void BfModule::DoMethodDeclaration(BfMethodDeclaration* methodDeclaration, bool isTemporaryFunc, bool addToWorkList) { - BP_ZONE("BfModule::BfMethodDeclaration"); + BP_ZONE("BfModule::DoMethodDeclaration"); // We could trigger a DoMethodDeclaration from a const resolver or other location, so we reset it here // to effectively make mIgnoreWrites method-scoped