Skip to content

Commit fe9d517

Browse files
committed
Trigger superpmi-diffs
1 parent 00b5e3b commit fe9d517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/importer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ bool Compiler::impILConsumesAddr(const BYTE* codeAddr)
104104

105105
void Compiler::impResolveToken(const BYTE* addr, CORINFO_RESOLVED_TOKEN* pResolvedToken, CorInfoTokenKind kind)
106106
{
107-
pResolvedToken->tokenContext = impTokenLookupContextHandle;
108107
pResolvedToken->tokenScope = info.compScopeHnd;
108+
pResolvedToken->tokenContext = impTokenLookupContextHandle;
109109
pResolvedToken->token = getU4LittleEndian(addr);
110110
pResolvedToken->tokenType = kind;
111111

0 commit comments

Comments
 (0)