Skip to content

Commit

Permalink
Merge pull request #3985 from knn-k/aarch64memref8
Browse files Browse the repository at this point in the history
AArch64: Fix comment for OMRMemoryReference
  • Loading branch information
0xdaryl authored Jun 12, 2019
2 parents 3faada2 + cedb5af commit 06a1985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/aarch64/codegen/OMRMemoryReference.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class OMR_EXTENSIBLE MemoryReference : public OMR::MemoryReference
* @param[in] ci : current instruction
* @param[in] cursor : instruction cursor
* @param[in] cg : CodeGenerator
* @return estimated binary length
* @return instruction cursor after encoding
*/
uint8_t *generateBinaryEncoding(TR::Instruction *ci, uint8_t *cursor, TR::CodeGenerator *cg);
};
Expand Down

0 comments on commit 06a1985

Please sign in to comment.