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 2474c62 commit 1a8fd54Copy full SHA for 1a8fd54
src/coreclr/jit/codegenxarch.cpp
@@ -10643,7 +10643,7 @@ void CodeGen::genFnEpilog(BasicBlock* block)
10643
// do nothing before popping the callee-saved registers
10644
}
10645
#ifdef TARGET_X86
10646
- else if (compiler->compLclFrameSize == REGSIZE_BYTES)
+ else if ((compiler->compLclFrameSize == REGSIZE_BYTES) && !compiler->compJmpOpUsed)
10647
{
10648
// "pop ecx" will make ESP point to the callee-saved registers
10649
inst_RV(INS_pop, REG_ECX, TYP_I_IMPL);
0 commit comments