Skip to content

Commit

Permalink
Merge pull request #7837 from knn-k/aarch64linkage16
Browse files Browse the repository at this point in the history
AArch64: Fix a build break with ARM64PrivateLinkage.cpp
  • Loading branch information
0xdaryl committed Nov 22, 2019
2 parents 7ab99c1 + 779e5a8 commit df07672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compiler/aarch64/codegen/ARM64PrivateLinkage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include "infra/Assert.hpp"
#include "infra/List.hpp"

J9::ARM64::PrivateLinkage::ARM64PrivateLinkage(TR::CodeGenerator *cg)
J9::ARM64::PrivateLinkage::PrivateLinkage(TR::CodeGenerator *cg)
: J9::PrivateLinkage(cg),
_interpretedMethodEntryPoint(NULL),
_jittedMethodEntryPoint(NULL)
Expand Down

0 comments on commit df07672

Please sign in to comment.