Skip to content

Commit

Permalink
Use genActualType
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 committed Jan 22, 2025
1 parent 096ab2a commit 095a981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/importercalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9210,7 +9210,7 @@ void Compiler::impCheckCanInline(GenTreeCall* call,

// Return type
//
var_types const fncRetType = pParam->call->gtReturnType;
var_types const fncRetType = genActualType(pParam->call->gtReturnType);

#ifdef DEBUG
var_types fncRealRetType = JITtype2varType(methInfo.args.retType);
Expand Down

0 comments on commit 095a981

Please sign in to comment.