diff --git a/src/coreclr/src/jit/importer.cpp b/src/coreclr/src/jit/importer.cpp index e3efd08dbe309..e1443b849ad34 100644 --- a/src/coreclr/src/jit/importer.cpp +++ b/src/coreclr/src/jit/importer.cpp @@ -8577,7 +8577,7 @@ var_types Compiler::impImportCall(OPCODE opcode, if (canTailCall && !impTailCallRetTypeCompatible(info.compRetType, info.compMethodInfo->args.retTypeClass, callRetTyp, - callInfo->sig.retTypeClass)) + sig->retTypeClass)) { canTailCall = false; szCanTailCallFailReason = "Return types are not tail call compatible";