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 32f0474 commit 30e20dcCopy full SHA for 30e20dc
src/coreclr/jit/lclvars.cpp
@@ -5714,7 +5714,7 @@ void Compiler::lvaFixVirtualFrameOffsets()
5714
//
5715
JITDUMP("--- delta bump %d for OSR + Tier0 frame\n", info.compPatchpointInfo->TotalFrameSize());
5716
delta += info.compPatchpointInfo->TotalFrameSize();
5717
-#endif // !TARGET_LOONGARCH64 || !TARGET_RISCV64
+#endif // TARGET_AMD64 || TARGET_ARM64
5718
}
5719
5720
JITDUMP("--- virtual stack offset to actual stack offset delta is %d\n", delta);
0 commit comments