Skip to content

Commit

Permalink
Merge pull request #7795 from 0xdaryl/ztrampcomment
Browse files Browse the repository at this point in the history
Correct trampoline comment in Z private linkage
  • Loading branch information
fjeremic committed Nov 20, 2019
2 parents cb6f859 + 001a647 commit 4001eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/compiler/z/codegen/S390PrivateLinkage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2267,8 +2267,8 @@ J9::S390PrivateLinkage::buildDirectCall(TR::Node * callNode, TR::SymbolReference

#if defined(TR_TARGET_64BIT)
#if defined(J9ZOS390)
// Reserve a trampoline for this direct call only if it is a helper call. It may not be used, depending on how far
// away the helper is located, but we only sacrifice a little trampoline space for it.
// Reserve a trampoline for this direct call only if it is not a helper call. It may not be used, but we only
// sacrifice a little trampoline space for it.
if (comp()->getOption(TR_EnableRMODE64))
#endif
{
Expand Down

0 comments on commit 4001eaa

Please sign in to comment.