Skip to content

Commit

Permalink
Merge pull request #4275 from knn-k/aarch64codegen10
Browse files Browse the repository at this point in the history
AArch64: Add addToAtlas() in doBinaryEncoding()
  • Loading branch information
0xdaryl authored Sep 10, 2019
2 parents ab8494f + 9fbfbb8 commit b65649a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/aarch64/codegen/OMRCodeGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ OMR::ARM64::CodeGenerator::doBinaryEncoding()
while (cursorInstruction)
{
self()->setBinaryBufferCursor(cursorInstruction->generateBinaryEncoding());
self()->addToAtlas(cursorInstruction);
cursorInstruction = cursorInstruction->getNext();
}
}
Expand Down

0 comments on commit b65649a

Please sign in to comment.