mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
BP_ZONE name fix
This commit is contained in:
parent
dbe63cd529
commit
190e52ae2e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue