summaryrefslogtreecommitdiff
path: root/src/inc/corcompile.h
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-12-18 09:56:23 +0100
committerGitHub <noreply@github.com>2018-12-18 09:56:23 +0100
commit352a5cb1b358ba7e3a5addbf7bd4a5fd73499683 (patch)
tree579f97417009d4e11362eb237416c1d4986405f6 /src/inc/corcompile.h
parente33e50eb845a75312d98dbc9a6bf9b9b0e6c4ee5 (diff)
downloadcoreclr-352a5cb1b358ba7e3a5addbf7bd4a5fd73499683.tar.gz
coreclr-352a5cb1b358ba7e3a5addbf7bd4a5fd73499683.tar.bz2
coreclr-352a5cb1b358ba7e3a5addbf7bd4a5fd73499683.zip
Fix stack walking and reporting of default interface methods (#21525)
Default interface methods in their unresolved state don't have a generic context. The generic context is only added once the method is resolved to its implementation.
Diffstat (limited to 'src/inc/corcompile.h')
-rw-r--r--src/inc/corcompile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inc/corcompile.h b/src/inc/corcompile.h
index e04da79365..a644dd8026 100644
--- a/src/inc/corcompile.h
+++ b/src/inc/corcompile.h
@@ -1711,7 +1711,8 @@ class ICorCompileInfo
//
virtual void GetCallRefMap(
CORINFO_METHOD_HANDLE hMethod,
- GCRefMapBuilder * pBuilder) = 0;
+ GCRefMapBuilder * pBuilder,
+ bool isDispatchCell) = 0;
// Returns a compressed block of debug information
//