Skip to content

Commit

Permalink
AArch64: Fix comment for OMRMemoryReference
Browse files Browse the repository at this point in the history
This commit fixes the doxygen comment for
OMRMemoryReference::generateBinaryEncoding() for AArch64.

Signed-off-by: knn-k <konno@jp.ibm.com>
  • Loading branch information
knn-k committed Jun 12, 2019
1 parent 3faada2 commit cedb5af
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 cedb5af

Please sign in to comment.