Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/IMethodCodeNode.cs')
-rw-r--r--src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/IMethodCodeNode.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/IMethodCodeNode.cs b/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/IMethodCodeNode.cs
index 8a5e8d7f4..3aaece4d1 100644
--- a/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/IMethodCodeNode.cs
+++ b/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/IMethodCodeNode.cs
@@ -14,5 +14,6 @@ namespace ILCompiler.DependencyAnalysis
void InitializeEHInfo(ObjectNode.ObjectData ehInfo);
void InitializeDebugLocInfos(DebugLocInfo[] debugLocInfos);
void InitializeDebugVarInfos(DebugVarInfo[] debugVarInfos);
+ void InitializeDebugEHClauseInfos(DebugEHClauseInfo[] debugEHClauseInfos);
}
}