Skip to content

Commit 30e20dc

Browse files
committed
update code annotation.
1 parent 32f0474 commit 30e20dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/lclvars.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5714,7 +5714,7 @@ void Compiler::lvaFixVirtualFrameOffsets()
57145714
//
57155715
JITDUMP("--- delta bump %d for OSR + Tier0 frame\n", info.compPatchpointInfo->TotalFrameSize());
57165716
delta += info.compPatchpointInfo->TotalFrameSize();
5717-
#endif // !TARGET_LOONGARCH64 || !TARGET_RISCV64
5717+
#endif // TARGET_AMD64 || TARGET_ARM64
57185718
}
57195719

57205720
JITDUMP("--- virtual stack offset to actual stack offset delta is %d\n", delta);

0 commit comments

Comments
 (0)