We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b5e3b commit fe9d517Copy full SHA for fe9d517
src/coreclr/jit/importer.cpp
@@ -104,8 +104,8 @@ bool Compiler::impILConsumesAddr(const BYTE* codeAddr)
104
105
void Compiler::impResolveToken(const BYTE* addr, CORINFO_RESOLVED_TOKEN* pResolvedToken, CorInfoTokenKind kind)
106
{
107
- pResolvedToken->tokenContext = impTokenLookupContextHandle;
108
pResolvedToken->tokenScope = info.compScopeHnd;
+ pResolvedToken->tokenContext = impTokenLookupContextHandle;
109
pResolvedToken->token = getU4LittleEndian(addr);
110
pResolvedToken->tokenType = kind;
111
0 commit comments