Skip to content

Commit

Permalink
update code annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
shushanhf committed Apr 19, 2024
1 parent 32f0474 commit 30e20dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/lclvars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5714,7 +5714,7 @@ void Compiler::lvaFixVirtualFrameOffsets()
//
JITDUMP("--- delta bump %d for OSR + Tier0 frame\n", info.compPatchpointInfo->TotalFrameSize());
delta += info.compPatchpointInfo->TotalFrameSize();
#endif // !TARGET_LOONGARCH64 || !TARGET_RISCV64
#endif // TARGET_AMD64 || TARGET_ARM64
}

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

0 comments on commit 30e20dc

Please sign in to comment.