Skip to content
6 changes: 2 additions & 4 deletions src/coreclr/utilcode/format1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,13 @@ COR_ILMETHOD_DECODER::COR_ILMETHOD_DECODER(
fErrorInInit = true;
Code = 0;
SetLocalVarSigTok(0);
if (wbStatus != NULL)
{
*wbStatus = FORMAT_ERROR;
}
}
PAL_ENDTRY

if (fErrorInInit)
{
if (wbStatus != NULL)
*wbStatus = FORMAT_ERROR;
return;
}

Expand Down
Loading
Loading